Show More
@@ -57,7 +57,7 b' else:' | |||
|
57 | 57 | try: |
|
58 | 58 | # importlib.resources exists from Python 3.7; see fallback in except clause |
|
59 | 59 | # further down |
|
60 | from importlib import resources | |
|
60 | from importlib import resources # pytype: disable=import-error | |
|
61 | 61 | |
|
62 | 62 | # Force loading of the resources module |
|
63 | 63 | resources.open_binary # pytype: disable=module-attr |
General Comments 0
You need to be logged in to leave comments.
Login now