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

style: silence pyflakes, unbreaking tests — oops!

parent 2c4da1ec
No related branches found
No related tags found
No related merge requests found
Pipeline #23441 passed
......@@ -11,7 +11,7 @@
try:
# moved in 5.9
from mercurial.utils.stringutils import parselist
from mercurial.utils.stringutil import parselist
except ImportError:
from mercurial.config import parselist
......@@ -15,6 +15,8 @@
except ImportError:
from mercurial.config import parselist
assert parselist # silence pyflakes
try:
# added in 5.9
from mercurial.node import sha1nodeconstants
......
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