diff options
author | 2020-11-18 23:08:56 +0100 | |
---|---|---|
committer | 2020-11-18 23:08:56 +0100 | |
commit | 737e3c8a40bc7896c7833d1cf8b64080feaae3f0 (patch) | |
tree | f650cd5a9bfab8b91e5553c3be651130f7e5b833 | |
parent | Test build with load instead of push in venv build (diff) |
Remove intentional linting errors
-rw-r--r-- | snekbox/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/__init__.py b/snekbox/__init__.py index f8690e0..2e7b22e 100644 --- a/snekbox/__init__.py +++ b/snekbox/__init__.py @@ -7,7 +7,7 @@ from gunicorn import glogging from gunicorn.config import Config from sentry_sdk.integrations.falcon import FalconIntegration -DEBUG = os.environ.get( "DEBUG", False ) +DEBUG = os.environ.get("DEBUG", False) # Add comment to invalidate cache partially sentry_sdk.init( |