Skip to content

Commit 6c80297

Browse files
committed
remove trailing comma
1 parent e651646 commit 6c80297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/server/test_flusurv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_flusurv(self):
3434
`rate_sex_male`,
3535
`rate_sex_female`,
3636
`rate_flu_a`,
37-
`rate_flu_b`,
37+
`rate_flu_b`
3838
) VALUES(
3939
%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s,
4040
%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s

0 commit comments

Comments
 (0)