From bc063127165ed654df6d5cde0407b644403bbd6d Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 10:48:59 +0000 Subject: Format code with black 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/ --- scripts/add-pictures.py | 2 +- scripts/makeReport.py | 2 -- 2 files changed, 1 insertion(+), 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") - - -- cgit v1.2.3