Skip to content

Commit 7d89a00

Browse files
committed
Fix import sort
1 parent 30331be commit 7d89a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dissect/target/tools/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
from typing import Any, BinaryIO, Callable, Iterator, TextIO
2323

2424
from flow.record import RecordOutput
25-
2625
from dissect.cstruct import hexdump
26+
2727
from dissect.target.exceptions import (
2828
PluginError,
2929
RegistryError,

0 commit comments

Comments
 (0)