Skip to content

Commit 2a2f27a

Browse files
committed
Fix ruff issue
1 parent 1a1f3be commit 2a2f27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/interfaces/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import contextlib
1010
import dataclasses
1111
import logging
12-
from typing import Any, Dict, List, Mapping, NamedTuple, Optional
12+
from typing import Any, Dict, List, Mapping, Optional
1313

1414
from volatility3.framework import constants, interfaces
1515

0 commit comments

Comments
 (0)