Skip to content

Commit 2782adc

Browse files
committed
formating
1 parent e3ebc6f commit 2782adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

epidatpy/_endpoints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,14 +896,14 @@ def pub_rvdss(
896896
EpidataFieldInfo(
897897
"geo_type",
898898
EpidataFieldType.categorical,
899-
categories=list("nation", "region", "province", "lab")
899+
categories=["nation", "region", "province", "lab"]
900900
),
901901
EpidataFieldInfo("geo_value",EpidataFieldType.text),
902902
EpidataFieldInfo("region", EpidataFieldType.text),
903903
EpidataFieldInfo(
904904
"time_type",
905905
EpidataFieldType.categorical,
906-
categories=list("week")
906+
categories=["week"]
907907
),
908908
EpidataFieldInfo("epiweek", EpidataFieldType.epiweek), # Stored as an int in YYYYWW format
909909
EpidataFieldInfo("time_value", EpidataFieldType.epiweek), # Stored as a date

0 commit comments

Comments
 (0)