You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's still a bit hard to do. mypy doesn't seem to have a Fedora package, linting requires python3, probably, or to run in a python3 compatible mode, or something.
************* Module justbases._nats
src/justbases/_nats.py:19: [W0611(unused-import), ] Unused List imported from typing
src/justbases/_nats.py:20: [W0611(unused-import), ] Unused Tuple imported from typing
Pylint would consider these things unused, because in a Python2/Python3 compatible implementation they appear in the comments, not the source. Of course, warning is easy to disable.
Actually, until I can understand what it offers, it is not at all clear that it is useful. It should not be possible to claim that all my methods are int -> int when none of them are and not get an error. Funny.
No description provided.
The text was updated successfully, but these errors were encountered: