File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 # stdlib
5252 import importlib .resources as importlib_resources
5353
54-
5554if sys .version_info [:2 ] < (3 , 8 ): # pragma: no cover (>=py38)
5655 # 3rd party
5756 import importlib_metadata # type: ignore
Original file line number Diff line number Diff line change 5353# 3rd party
5454from typing_extensions import Literal
5555
56+ # this package
5657from domdf_python_tools .compat import importlib_metadata
5758
5859__all__ = ["discover" ]
Original file line number Diff line number Diff line change 11colorama >= 0.4.3
22deprecation >= 2.1.0
3- importlib_resources >= 3.0.0 ; python_version < "3.7"
43importlib_metadata >= 1.5.0 ; python_version < "3.8"
4+ importlib_resources >= 3.0.0 ; python_version < "3.7"
55pydash >= 4.7.4
66typing_extensions >= 3.7.4.3
You can’t perform that action at this time.
0 commit comments