Skip to content

Commit 2a93fe1

Browse files
committed
Fix import sort
1 parent 02dd8a1 commit 2a93fe1

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
@@ -21,9 +21,9 @@
2121
from datetime import datetime, timedelta, timezone
2222
from typing import Any, BinaryIO, Callable, Iterator, TextIO
2323

24+
from dissect.cstruct import hexdump
2425
from flow.record import RecordOutput
2526

26-
from dissect.cstruct import hexdump
2727
from dissect.target.exceptions import (
2828
PluginError,
2929
RegistryError,

0 commit comments

Comments
 (0)