Skip to content

Commit 05bef33

Browse files
committed
fix format
1 parent 22f43ec commit 05bef33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/access_mopper/configurations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def cmorise(self, file_paths, compound_name, cmor_dataset_json, mip_table):
146146
variable_units,
147147
cmor_axes,
148148
positive=positive,
149-
missing_value=missing
149+
missing_value=missing,
150150
)
151151

152152
# Write data to CMOR
@@ -279,7 +279,7 @@ def cmorise_ocean(self, file_paths, compound_name, cmor_dataset_json, mip_table)
279279
variable_units,
280280
cmor_axes,
281281
positive=positive,
282-
missing_value=missing
282+
missing_value=missing,
283283
)
284284

285285
# Write data to CMOR

0 commit comments

Comments
 (0)