Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused cryptography wildcard import
spsdk/crypto/__init__.py: The unused wildcard import of `cryptography.hazmat.backends.interfaces` prevents spsdk to work with cryptography >= 37.0.0. None of the Backend classes found in the module are used and therefore the import can be safely removed.
- Loading branch information