Skip to content

Commit af6bcae

Browse files
committed
Change to [] for consistency
1 parent 5bd6bd0 commit af6bcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def initialize_options(self):
255255
tests_require.append('mock')
256256

257257
# translations
258-
mo_files = list()
258+
mo_files = []
259259
for language in os.listdir(translations_dir):
260260
mo_subpath = os.path.join(language, 'LC_MESSAGES', 'bpython.mo')
261261
if os.path.exists(os.path.join(translations_dir, mo_subpath)):

0 commit comments

Comments
 (0)