Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora committed Jan 29, 2019
1 parent 21925fa commit d55d29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/commands/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _update(pull=False, patch=False, build=False, update_bench=False, auto=False
import bench.utils, bench.app
print('Reloading bench...')
if sys.version_info >= (3, 4):
+ import importlib
import importlib
importlib.reload(bench.utils)
importlib.reload(bench.app)
else:
Expand Down

0 comments on commit d55d29b

Please sign in to comment.