remove unused import from testing

This commit is contained in:
David Schultz
2024-02-22 11:43:39 -06:00
parent 892cb267ed
commit 4517e8e140

View File

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