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/makeReport.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/makeReport.py') 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