Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Newell-Mobility committed Feb 6, 2024
1 parent 204a481 commit fea4add
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocpp/v201/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class Action(StrEnum):

def __init__(self, *args, **kwargs):
warn(
"Action enum contains deprecated members and will be removed in the next major release, please use snake case members."
"Action enum contains deprecated members and will be removed in "
"the next major release, please use snake case members."
)

# --------- Soon to be deprecated ---------------------
Expand Down

0 comments on commit fea4add

Please sign in to comment.