Skip to content

Commit 083a3cc

Browse files
authored
fix linting
1 parent 48bf949 commit 083a3cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/ocpp/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class HAChargerSession(str, Enum):
6262

6363
class Profiles(IntFlag):
6464
"""Flags to indicate supported feature profiles."""
65+
6566
__str__ = Enum.__str__
6667

6768
CORE = auto() # Core

0 commit comments

Comments
 (0)