Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaratass committed Aug 26, 2022
1 parent eea9b6a commit 4f5df58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions iso15118/shared/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from iso15118.shared.messages.din_spec.datatypes import (
Notification as NotificationDINSPEC,
)

from iso15118.shared.messages.din_spec.header import (
MessageHeader as MessageHeaderDINSPEC,
)
Expand All @@ -36,7 +35,6 @@
from iso15118.shared.messages.iso15118_2.datatypes import FaultCode, Notification
from iso15118.shared.messages.iso15118_2.header import MessageHeader as MessageHeaderV2
from iso15118.shared.messages.iso15118_2.msgdef import V2GMessage as V2GMessageV2

from iso15118.shared.messages.iso15118_20.common_types import (
V2GMessage as V2GMessageV20,
)
Expand Down
6 changes: 1 addition & 5 deletions tests/secc/messages/15118_2_invalid_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
from dataclasses import dataclass

from iso15118.shared.exceptions import V2GMessageValidationError

from iso15118.shared.messages.iso15118_2.body import (
Body,
ChargeParameterDiscoveryReq
)
from iso15118.shared.messages.iso15118_2.body import Body, ChargeParameterDiscoveryReq
from iso15118.shared.messages.iso15118_2.datatypes import ResponseCode
from iso15118.shared.messages.iso15118_2.msgdef import V2GMessage

Expand Down

0 comments on commit 4f5df58

Please sign in to comment.