Skip to content

Commit

Permalink
Remove spsdk from module list for version logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Aug 22, 2024
1 parent 366d69b commit d2cb7da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynitrokey/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def nitropy():
"ecdsa",
"fido2",
"pyusb",
"spsdk",
]
for x in pymodules:
logger.info(f"{x} version: {package_version(x)}")
Expand Down

0 comments on commit d2cb7da

Please sign in to comment.