diff options
author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2020-09-11 10:48:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-11 10:48:59 +0000 |
commit | bc063127165ed654df6d5cde0407b644403bbd6d (patch) | |
tree | 58a3144ffe1a92b9737ec3251489e57f4254267f /scripts/makeReport.py | |
parent | 9dadfdb3332b073aaff508d126e90200ad09868d (diff) |
Format code with blackdeepsource-transform-96116591
This commit fixes the style issues introduced in 9dadfdb according to the output
from black.
Details: https://deepsource.io/gh/navanchauhan/curie-cli/transform/6c3a9416-3202-4031-8ded-554345f91c9e/
Diffstat (limited to 'scripts/makeReport.py')
-rw-r--r-- | scripts/makeReport.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/makeReport.py b/scripts/makeReport.py index 535da9b..74ecfde 100644 --- a/scripts/makeReport.py +++ b/scripts/makeReport.py @@ -454,5 +454,3 @@ elif fallback == 1: i += 1 tableBody.append(l) print(tabulate(tableBody, headers=tableHeaders), end="\n\n") - - |