Browse Source

remove unused import from testing

pull/510/head
David Schultz 2 years ago
parent
commit
4517e8e140
  1. 1
      tests/test_encrypt.py

1
tests/test_encrypt.py

@ -8,7 +8,6 @@ from sigal.gallery import Gallery
from sigal.plugins.encrypt import endec
from sigal.plugins.encrypt.encrypt import cache_key
from sigal.utils import init_plugins
from sigal.writer import AbstractWriter
CURRENT_DIR = os.path.dirname(__file__)

Loading…
Cancel
Save