Move errors.py to common/errors.py

This commit is contained in:
mprahl
2020-01-03 16:49:49 -05:00
parent 78feb5abc7
commit d9f32bff9d
35 changed files with 45 additions and 43 deletions

View File

@@ -102,7 +102,7 @@ Additionally, the imports should be ordered by standard library, third-party, th
import requests
import module_build_service.web
from module_build_service.errors import ValidationError
from module_build_service.common.errors import ValidationError
Lastly, hanging indentation should be avoided when possible. For example: