Skip to content

Commit

Permalink
configwizard: remove unused import of configitems
Browse files Browse the repository at this point in the history
--HG--
extra : amend_source : 4732594382356a5e88660a87d477dd8c5a0a2322
  • Loading branch information
cgsheeh committed May 9, 2022
1 parent f8284a9 commit 0a28632
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hgext/configwizard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,6 @@
except ImportError:
registrar = None

try:
from mercurial import configitems
except ImportError:
configitems = None

def bytesio():
if util.versiontuple(n=2) >= (6, 2):
Expand Down

0 comments on commit 0a28632

Please sign in to comment.