diff -r 28c62f83b652 -r c0588d389c5f mercurial/utils/resourceutil.py --- 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