aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>2021-06-06 13:41:45 +0000
committerGitHub <noreply@github.com>2021-06-06 13:41:45 +0000
commit06c0c923820037a691a193b7648b587f04b74857 (patch)
tree1e140485010ce26ed8e382f5c51f7e15b8907ece
parentfee2c1ec8dc21a422a1c39e7542b4d32ffec19cb (diff)
Format code with blackdeepsource-transform-e0fd8893
This commit fixes the style issues introduced in fee2c1e according to the output from black. Details: https://deepsource.io/gh/navanchauhan/SaaS-in-a-Flask/transform/4d8e3117-b351-44ed-b705-cab8de813666/
-rw-r--r--app/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/__init__.py b/app/__init__.py
index fcaddc9..c68b282 100644
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -14,7 +14,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__)