Skip to content

Commit 19e8be4

Browse files
committed
Nancodes archiver: small formatting change
1 parent 6069aee commit 19e8be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_delphi_utils_python/tests/test_archive.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_diff_and_filter_exports(self, tmp_path):
133133
"missing_val": [Nans.DELETED] + [Nans.NOT_MISSING] * 2,
134134
"missing_se": [Nans.DELETED] + [Nans.NOT_MISSING] * 2,
135135
"missing_sample_size": [Nans.DELETED] + [Nans.NOT_MISSING] * 2,
136-
})
136+
})
137137

138138
csv2_deleted = pd.DataFrame({
139139
"geo_id": ["1"],

0 commit comments

Comments
 (0)