Revert "Feature/lint"

This commit is contained in:
Kosta
2023-10-27 00:07:35 +03:00
committed by GitHub
parent 05136699ee
commit b142949805
70 changed files with 1465 additions and 1223 deletions

View File

@@ -1,7 +1,7 @@
from graphql.error import GraphQLError
# TODO: remove traceback from logs for defined exceptions
# TODO: remove traceback from logs for defined exceptions
class BaseHttpException(GraphQLError):
code = 500