Ver código fonte

Remove unused import

oz123 10 anos atrás
pai
commit
62424042aa
1 arquivos alterados com 0 adições e 1 exclusões
  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)