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 | |
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')
-rw-r--r-- | scripts/add-pictures.py | 2 | ||||
-rw-r--r-- | scripts/makeReport.py | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/scripts/add-pictures.py b/scripts/add-pictures.py index 95079f0..585c6a2 100644 --- a/scripts/add-pictures.py +++ b/scripts/add-pictures.py @@ -3,4 +3,4 @@ print("## Figures", end="\n\n") print("![Back View](output-back.png){width=100%}", end="\n\n") print("![Front View](output-front.png){width=100%}", end="\n\n") print("![Close Up View of the Back](closeup-back.png){width=100%}", end="\n\n") -print("![Close Up View of the Front](closeup-front.png){width=100%}", end="\n\n")
\ No newline at end of file +print("![Close Up View of the Front](closeup-front.png){width=100%}", end="\n\n") 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") - - |