Skip to content
Snippets Groups Projects
Commit 493f701b authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

_yamlcache.py: Remove unused imports


The imports of _cachekey and utils were unused.

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent 8dcee6ec
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,8 @@ import sys
from contextlib import contextmanager
from collections import namedtuple
from ._cachekey import generate_key
from ._context import Context
from . import utils, _yaml
from . import _yaml
YAML_CACHE_FILENAME = "yaml_cache.pickle"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment