Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Aug 1, 2022
1 parent 198470b commit bf534a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ def load_messages(themes, translations, default_lang, themes_dirs):
del translation
except ImportError as orig:
last_exception = orig
del(english)
del english
sys.path = oldpath

if not all(found.values()):
Expand Down

0 comments on commit bf534a5

Please sign in to comment.