Skip to content

Commit fd1a181

Browse files
committed
Remove unnecessary line in build script
1 parent 9b05331 commit fd1a181

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

utils/generate_and_build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ def generate_templates():
5555
base_files = [path for path in base_dir.iterdir()]
5656
output_dir.mkdir(parents=True, exist_ok=True)
5757
english_base_case = [
58-
('name: Ultimate Geography [EN]', 'name: Ultimate Geography'),
59-
('name: Ultimate Geography [EN] [Extended]', 'name: Ultimate Geography [Extended]')
58+
('name: Ultimate Geography [EN]', 'name: Ultimate Geography')
6059
]
6160

6261
for row in rows:

0 commit comments

Comments
 (0)