Submitter | phabricator |
---|---|
Date | Sept. 21, 2021, 3:38 p.m. |
Message ID | <differential-rev-PHID-DREV-uc4mprmmmggfbennup6b-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49784/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/utils/resourceutil.py b/mercurial/utils/resourceutil.py --- a/mercurial/utils/resourceutil.py +++ b/mercurial/utils/resourceutil.py @@ -57,7 +57,7 @@ try: # importlib.resources exists from Python 3.7; see fallback in except clause # further down - from importlib import resources + from importlib import resources # pytype: disable=import-error # Force loading of the resources module resources.open_binary # pytype: disable=module-attr