Skip to content

Commit 839bb76

Browse files
Fix missing bracket (online merge editor mistake)
1 parent 848599a commit 839bb76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
mixed_cat_sample_cmip6 = os.path.join(here, 'sample-catalogs/cmip6-bcc-mixed-formats.json')
2020
access_columns_with_iterables_cat = os.path.join(
2121
here, 'sample-catalogs/access-columns-with-iterables.json'
22+
)
2223

2324
access_columns_with_tuples_cat = os.path.join(
2425
here, 'sample-catalogs/access-columns-with-tuples.json'

0 commit comments

Comments
 (0)