Skip to content

Commit

Permalink
fix(dtc): Remove duplicate yet less capable primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandjarisch committed Sep 27, 2023
1 parent 91a9920 commit 1846e55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
2 changes: 0 additions & 2 deletions src/gallia/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from gallia.commands.primitive.uds.iocbi import IOCBIPrimitive
from gallia.commands.primitive.uds.ping import PingPrimitive
from gallia.commands.primitive.uds.read_by_identifier import ReadByIdentifierPrimitive
from gallia.commands.primitive.uds.read_error_log import ReadErrorLogPrimitive
from gallia.commands.primitive.uds.rmba import RMBAPrimitive
from gallia.commands.primitive.uds.rtcl import RTCLPrimitive
from gallia.commands.primitive.uds.send_pdu import SendPDUPrimitive
Expand Down Expand Up @@ -49,7 +48,6 @@
PingPrimitive,
RMBAPrimitive,
RTCLPrimitive,
ReadErrorLogPrimitive,
GenericPDUPrimitive,
SendPDUPrimitive,
WMBAPrimitive,
Expand Down
59 changes: 0 additions & 59 deletions src/gallia/commands/primitive/uds/read_error_log.py

This file was deleted.

0 comments on commit 1846e55

Please sign in to comment.