diff options
author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2021-06-10 10:28:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 10:28:50 +0000 |
commit | 67710f75a544c882ea711843fa1be3759f62a885 (patch) | |
tree | 35f4bd56db533b524658fe48282b4267d6712fa8 /app | |
parent | 725951105c498011bd65e5d01c670e746cacde28 (diff) |
Format code with blackdeepsource-transform-79583ea7
This commit fixes the style issues introduced in 7259511 according to the output
from black.
Details: https://deepsource.io/gh/navanchauhan/SaaS-in-a-Flask/transform/32014eff-1d3e-4f61-a3b9-4003ed81a155/
Diffstat (limited to 'app')
-rw-r--r-- | app/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/__init__.py b/app/__init__.py index da9ceff..d12f617 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -15,7 +15,7 @@ from authlib.integrations.flask_client import OAuth sentry_sdk.init( dsn=environ.get("SENTRY_DSN"), integrations=[FlaskIntegration()], - traces_sample_rate=1.0 + traces_sample_rate=1.0, ) app = Flask(__name__) |