Skip to content
Snippets Groups Projects
Commit bfe05fd7 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

suppress the one warning given by pyflakes

parent 658c0979
No related branches found
No related tags found
1 merge request!46unbreak pyflakes check, and suppress the one warning it gives
Pipeline #12983 passed with warnings
......@@ -48,6 +48,7 @@
try:
unicode = unicode
assert unicode # silence pyflakes
except NameError:
from mercurial.pycompat import unicode
......
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