Skip to content

Commit 57140bb

Browse files
committed
trailing spaces in warning
1 parent 9b45625 commit 57140bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/acquisition/flusurv/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,9 @@ def _group_by_epiweek(self, data):
324324
def _groupid_to_name(self, ageid, sexid, raceid, fluid):
325325
if ((ageid, sexid, raceid, fluid).count(0) < 3):
326326
warn(
327-
"We expect an obs to represent only a single demographic group at" +
327+
"We expect an obs to represent only a single demographic group at " +
328328
"a time. This obs represents multiple, with demographic IDs " +
329-
f"ageid {ageid}, sexid {sexid}, raceid {raceid}, fluid {fluid}." +
329+
f"ageid {ageid}, sexid {sexid}, raceid {raceid}, fluid {fluid}. " +
330330
"Skip it."
331331
)
332332
# This obs will be added to the processed data, but won't be

0 commit comments

Comments
 (0)