Skip to content

Commit edfa321

Browse files
committed
Remove redundant trailing newlines.
1 parent df15e49 commit edfa321

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/generate_conjugations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@
6363

6464
for word in past_tense_exceptions:
6565
past_tense_file.write(word + "\n")
66-

src/plotters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,3 @@ def compute_values(self):
304304
values.sort(key=lambda x: x[1], reverse=True)
305305

306306
return values
307-

0 commit comments

Comments
 (0)