Skip to content

Commit 4ec46df

Browse files
committed
lint
1 parent 6d841da commit 4ec46df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctor_visits/delphi_doctor_visits/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ class Config:
4141
"patCountyFIPS": str,
4242
"patAgeGroup": str,
4343
"patHRRname": str,
44-
"patHRRid": float
44+
"patHRRid": float,
4545
}
4646
DEVIANT_COLS_MAP = {
4747
"servicedate": "ServiceDate",
4848
"patCountyFIPS": "PatCountyFIPS",
4949
"patHRRname": "Pat HRR Name",
5050
"patAgeGroup": "PatAgeGroup",
51-
"patHRRid": "Pat HRR ID"
51+
"patHRRid": "Pat HRR ID",
5252
}
5353

5454
SMOOTHER_BANDWIDTH = 100 # bandwidth for the linear left Gaussian filter

0 commit comments

Comments
 (0)