We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
YubiKey Manager (ykman) version: latest yubikey-manager~=5.5.1
yubikey-manager~=5.5.1
How was it installed?:
pip install yubikey-manager
Operating system and version: mac os - sonoma, PyCharm
YubiKey model and version: Not relevant
Bug description summary: Annoying warning 'SmartCardConnection' is not declared in all
Slows on PyCharm.
Steps to reproduce Simply
from yubikit.core.smartcard import SmartCardConnection
piv
with self.device.open_connection(SmartCardConnection) as conn: piv = PivSession(conn) ...
Apparently, SmartCardConnection is not "exported to the world" because it does not appear in __all__.
__all__
Your all is defined:
all
__all__ = ["ApduError", "ApduFormat", "SW", "AID"]
Expected result Either add it to all or suggest an alternative.
Actual results and logs Not relevant
Thanks 🙇
The text was updated successfully, but these errors were encountered:
Thanks, this will be addressed in the next version.
Sorry, something went wrong.
No branches or pull requests
YubiKey Manager (ykman) version:
latest
yubikey-manager~=5.5.1
How was it installed?:
Operating system and version:
mac os - sonoma, PyCharm
YubiKey model and version:
Not relevant
Bug description summary:
Annoying warning 'SmartCardConnection' is not declared in all
Slows on PyCharm.
Steps to reproduce
Simply
piv
:Apparently, SmartCardConnection is not "exported to the world" because it does not appear in
__all__
.Your
all
is defined:Expected result
Either add it to
all
or suggest an alternative.Actual results and logs
Not relevant
Thanks 🙇
The text was updated successfully, but these errors were encountered: