aboutsummaryrefslogtreecommitdiff
path: root/app/tests/__init__.py
diff options
context:
space:
mode:
authordeepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>2021-06-07 08:29:43 +0000
committerGitHub <noreply@github.com>2021-06-07 08:29:43 +0000
commit47ac6500a959f04d5b8eeffe40499e6cefc8156c (patch)
treeebf028184e6cdda656e885a0fd6284ba547979a9 /app/tests/__init__.py
parent11a2e1c778cf4b2ea958b6bdd7868c8604d45df2 (diff)
Format code with black
This commit fixes the style issues introduced in 11a2e1c according to the output from black. Details: https://deepsource.io/gh/navanchauhan/SaaS-in-a-Flask/transform/5a6278fb-7606-43ba-b4b5-8c059152a84c/
Diffstat (limited to 'app/tests/__init__.py')
-rw-r--r--app/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tests/__init__.py b/app/tests/__init__.py
index 3b0e682..3e4970f 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""
PyTest Modules for Unit Testing
-""" \ No newline at end of file
+"""