Clean up an unecessary import.

This commit is contained in:
Mike Auty
2018-12-25 16:48:15 +00:00
parent 2bbb3f7878
commit 59d3f2b8ee
@@ -19,7 +19,7 @@
#
import logging
from typing import Any, Iterable, List, Tuple, Dict, Type, Optional
from typing import Any, Iterable, List, Tuple, Type, Optional
from volatility.framework import interfaces, validity
from volatility.framework.automagic import symbol_cache