Skip to content
Snippets Groups Projects
Commit b1b35a9051c3 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

hghave: silence future pyflakes warning of unused import

parent b68af177937d
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@
sys.path.insert(0, path)
try:
import hghaveaddon
assert hghaveaddon # silence pyflakes
except BaseException as inst:
sys.stderr.write('failed to import hghaveaddon.py from %r: %s\n'
% (path, inst))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment