Skip to content

Commit 174b5bf

Browse files
authored
Codefix: There's a new black version (#227)
1 parent 2e25306 commit 174b5bf

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

scripts/eintsgit.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ def run():
299299

300300
for opt, val in opts:
301301
if opt in ("--help", "-h"):
302-
print(
303-
"""\
302+
print("""\
304303
eintsgit -- Synchronize language files between git and Eints.
305304
306305
eintsgit <options> <operations>
@@ -350,8 +349,7 @@ def run():
350349
Update working copy, merge and download translations from Eints, commit and push.
351350
With --dry-run stop before pushing and leave commits local.
352351
353-
"""
354-
)
352+
""")
355353
sys.exit(0)
356354

357355
if opt == "--force":

scripts/filter_update_langs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import sys
66

77
import os.path
88

9-
109
# Keywords to use from OpenTTD langfiles
1110
filterkeywords = ["##name", "##ownname", "##isocode", "##plural", "##textdir", "##grflangid", "##gender", "##case"]
1211

0 commit comments

Comments
 (0)