Skip to content

Commit 5fbdf81

Browse files
author
Konstantin
committed
like this?
src/transformerbeeclient/models/marktnachricht.py:32:0: C0103: Constant name "_ListOfMarktnachricht" doesn't conform to UPPER_CASE naming style (invalid-name)
1 parent ef7a6aa commit 5fbdf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformerbeeclient/models/marktnachricht.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ class Marktnachricht(BaseModel):
2929
"""
3030

3131

32-
_ListOfMarktnachricht = RootModel(list[Marktnachricht])
32+
_LIST_OF_MARKTNACHRICHT = RootModel(list[Marktnachricht])

0 commit comments

Comments
 (0)