Skip to content

Commit fd93d40

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c27d126 commit fd93d40

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

compliance_users/scripts/build_users_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"2021",
2525
"2022",
2626
"2023",
27-
"2024"
27+
"2024",
2828
]
2929

3030
# FOR UPDATES: change to latest issuance table file name

compliance_users/scripts/facilities.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"2021": "2022-11-04",
1717
"2022": "2023-11-06",
1818
"2023": "2024-11-15",
19-
"2024": "2025-11-04"
19+
"2024": "2025-11-04",
2020
}
2121
reporting_periods = {
2222
"2013": "2013-2014",
@@ -30,7 +30,7 @@
3030
"2021": "2021-2023",
3131
"2022": "2021-2023",
3232
"2023": "2021-2023",
33-
"2024": "2024"
33+
"2024": "2024",
3434
}
3535

3636

compliance_users/scripts/users_and_projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read_user_project_data(data_path, reporting_periods):
1515
"2024": {
1616
"file": "nc-2024compliancereport.xlsx",
1717
"sheet": "2024 Offset Detail",
18-
}
18+
},
1919
}
2020

2121
default_file_template = "{reporting_period}compliancereport.xlsx"

data/outputs/user_data_v5.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61659,4 +61659,4 @@
6165961659
"CALS0110-CALS0117",
6166061660
"CALS0124-CALS0126"
6166161661
]
61662-
}
61662+
}

0 commit comments

Comments
 (0)