Skip to content

Commit bcaadaf

Browse files
authored
fix linting
1 parent 083a3cc commit bcaadaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ocpp/enums.py

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

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

6868
CORE = auto() # Core

0 commit comments

Comments
 (0)