Reformatted files with black #162

This commit is contained in:
2023-02-07 17:07:25 +01:00
parent dbfae8d8a4
commit e3c0a0dea3
5 changed files with 0 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ from werkzeug.exceptions import Unauthorized
class ServiceErrorCode(Enum):
Unknown = 0
InvalidDependencies = 1