Skip to content

Commit cd987a3

Browse files
committed
http: api: sites: fix site version literal
1 parent ffa0405 commit cd987a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/enapter/http/api/sites/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Site:
1010
id: str
1111
name: str
1212
timezone: str
13-
version: Literal["v3"]
13+
version: Literal["V3"]
1414
location: Location | None = None
1515

1616
@classmethod

0 commit comments

Comments
 (0)