We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
abc.abstractproperty
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locations:
importlib_resources/importlib_resources/simple.py
Line 19 in 56c21cd
importlib_resources/importlib_resources/abc.py
Line 142 in acfc5c9
Docs: https://docs.python.org/3/library/abc.html#abc.abstractproperty
Instead one should use:
@property @abc.abstractmethod def ...
I will send a PR to change this to a new API. Maybe there are reasons why it should stay as-is?
Found in python/mypy#13647
The text was updated successfully, but these errors were encountered:
abstractproperty
property
abstractmethod
Successfully merging a pull request may close this issue.
Locations:
importlib_resources/importlib_resources/simple.py
Line 19 in 56c21cd
importlib_resources/importlib_resources/abc.py
Line 142 in acfc5c9
Docs: https://docs.python.org/3/library/abc.html#abc.abstractproperty
Instead one should use:
I will send a PR to change this to a new API. Maybe there are reasons why it should stay as-is?
Found in python/mypy#13647
The text was updated successfully, but these errors were encountered: