Skip to content

Commit e8e715b

Browse files
committed
make isort
1 parent 2af3f99 commit e8e715b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pcapkit/dumpkit/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__all__ = ['make_dumper']
2727

2828
if TYPE_CHECKING:
29-
from typing import Any, TextIO, Type, DefaultDict
29+
from typing import Any, DefaultDict, TextIO, Type
3030

3131
from dictdumper.dumper import Dumper
3232
from typing_extensions import Literal

pcapkit/protocols/schema/misc/pcapng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from ipaddress import IPv4Address, IPv4Interface, IPv6Address, IPv6Interface
6161
from typing import Any
6262

63-
from typing_extensions import Self, Literal
63+
from typing_extensions import Literal, Self
6464

6565
from pcapkit.corekit.fields.field import _Field as Field
6666
from pcapkit.protocols.misc.pcapng import TLSKeyLabel, WireGuardKeyLabel

0 commit comments

Comments
 (0)