Sfoglia il codice sorgente

Remove unused import

oz123 10 anni fa
parent
commit
62424042aa
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      pwman/tests/test_crypto_engine.py

+ 0 - 1
pwman/tests/test_crypto_engine.py

@@ -1,5 +1,4 @@
 import unittest
-import pwman.util.config as config
 from pwman.util.callback import Callback
 import os
 from pwman.util.crypto_engine import (CryptoEngine, CryptoException)