aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/add-pictures.py2
-rw-r--r--scripts/makeReport.py2
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")
-
-