changeset 48008 | c0588d389c5f |
parent 47860 | 08f16b3331df |
child 48875 | 6000f5b25c9b |
--- a/mercurial/utils/resourceutil.py Mon Sep 20 10:42:38 2021 -0400 +++ b/mercurial/utils/resourceutil.py Mon Sep 20 10:44:25 2021 -0400 @@ -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