Skip to content

Commit d58341a

Browse files
committed
linting
1 parent bd503c5 commit d58341a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epidatpy/_endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ def pub_rvdss(
893893
},
894894
# descriptive fields
895895
EpidataFieldInfo("geo_type", EpidataFieldType.categorical, categories=list("nation", "region", "province", "lab")),
896-
EpidataFieldInfo("geo_value",EpidataFieldTypetext),
896+
EpidataFieldInfo("geo_value",EpidataFieldType.text),
897897
EpidataFieldInfo("region", EpidataFieldType.text),
898898
EpidataFieldInfo("time_type", EpidataFieldType.categorical, categories=list("week")),
899899
EpidataFieldInfo("epiweek", EpidataFieldType.epiweek), # Stored as an int in YYYYWW format

0 commit comments

Comments
 (0)