Skip to content

Commit 38f1791

Browse files
committed
PEP8
1 parent 41310d1 commit 38f1791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cities_light/management/commands/cities_light.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def handle(self, *args, **options):
117117
if f in destination_file_name or f in url:
118118
force_import = True
119119

120-
121120
if downloaded or force_import:
122121
self.logger.info('Importing %s' % destination_file_name)
123122

@@ -154,7 +153,8 @@ def handle(self, *args, **options):
154153

155154
progress.finish()
156155

157-
if url in TRANSLATION_SOURCES and options.get('hack_translations', False):
156+
if url in TRANSLATION_SOURCES and options.get(
157+
'hack_translations', False):
158158
with open(translation_hack_path, 'w+') as f:
159159
pickle.dump(self.translation_data, f)
160160

0 commit comments

Comments
 (0)