Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
polybassa committed Feb 23, 2023
1 parent 7bb8643 commit b5343a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scapy/contrib/automotive/uds_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from typing import NamedTuple

from scapy.compat import Dict, Optional, List, Type, Any, Iterable, \
cast, Union, orb, Set, Sequence, chb
cast, Union, orb, Set, Sequence
from scapy.contrib.automotive import log_automotive
from scapy.packet import Raw, Packet
from scapy.error import Scapy_Exception
Expand Down

0 comments on commit b5343a7

Please sign in to comment.