Unrelated to this PR. Removed unused import.

This commit is contained in:
Gustavo Moreira
2022-04-30 15:25:55 +10:00
parent 9b0b2547d5
commit db9f287cb1
+1 -1
View File
@@ -9,7 +9,7 @@ import struct
from typing import Any, ClassVar, Dict, Iterable, List, Optional, Tuple, Type, Union as TUnion, overload
from volatility3.framework import constants, interfaces
from volatility3.framework.objects import templates, utility
from volatility3.framework.objects import templates
vollog = logging.getLogger(__name__)