Skip to content

Commit

Permalink
chore: ignore unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Dec 4, 2024
1 parent f22da80 commit 7db3588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taf/tests/tuf/test_keys/test_yk.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

def is_yubikey_manager_installed():
try:
import taf.yubikey
import taf.yubikey # noqa: F401
except ImportError:
return False
else:
Expand Down

0 comments on commit 7db3588

Please sign in to comment.