There was an error while loading. Please reload this page.
1 parent e29e557 commit 40187a8Copy full SHA for 40187a8
1 file changed
importlib_metadata/__init__.py
@@ -139,6 +139,7 @@ class DeprecatedTuple:
139
1
140
"""
141
142
+ # Do not remove prior to 2023-05-01 or Python 3.13
143
_warn = functools.partial(
144
warnings.warn,
145
"EntryPoint tuple interface is deprecated. Access members by name.",
0 commit comments