Skip to content

Commit e3ebc6f

Browse files
committed
linting
1 parent 3167a0b commit e3ebc6f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

epidatpy/_endpoints.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -891,20 +891,20 @@ def pub_rvdss(
891891
"as_of": as_of,
892892
"issues": issues,
893893
},
894-
# descriptive fields
895-
EpidataFieldInfo(
896-
"geo_type",
897-
EpidataFieldType.categorical,
898-
categories=list("nation", "region", "province", "lab")
899-
),
900-
EpidataFieldInfo("geo_value",EpidataFieldType.text),
901-
EpidataFieldInfo("region", EpidataFieldType.text),
902-
EpidataFieldInfo(
903-
"time_type",
904-
EpidataFieldType.categorical,
905-
categories=list("week")
906-
),
907894
[
895+
# descriptive fields
896+
EpidataFieldInfo(
897+
"geo_type",
898+
EpidataFieldType.categorical,
899+
categories=list("nation", "region", "province", "lab")
900+
),
901+
EpidataFieldInfo("geo_value",EpidataFieldType.text),
902+
EpidataFieldInfo("region", EpidataFieldType.text),
903+
EpidataFieldInfo(
904+
"time_type",
905+
EpidataFieldType.categorical,
906+
categories=list("week")
907+
),
908908
EpidataFieldInfo("epiweek", EpidataFieldType.epiweek), # Stored as an int in YYYYWW format
909909
EpidataFieldInfo("time_value", EpidataFieldType.epiweek), # Stored as a date
910910
EpidataFieldInfo("issue", EpidataFieldType.epiweek), # Stored as a date

0 commit comments

Comments
 (0)