Commit 26c9acbc authored by Jason R. Coombs's avatar Jason R. Coombs

Merge deprecation warning fix

parents 3e33c18a 3ba436a3
......@@ -2302,6 +2302,7 @@ class EntryPoint(object):
"`require` parameter is deprecated. Use "
"EntryPoint._load instead.",
DeprecationWarning,
stacklevel=2,
)
return self._load()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment