Explorar el Código

Remove unused import

oz123 hace 10 años
padre
commit
62424042aa
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)