Skip to content

Commit 59089ea

Browse files
committed
ruff it
1 parent 12e9342 commit 59089ea

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/unit/cmorizers/test_cmorization_interface.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ def test_formatters_have_required_interface():
2222

2323
# aeronet.py and noaa_gml_surface_flask*.py need pys2index
2424
do_not_run_formatters = [
25-
'__init__.py',
26-
'aeronet.py',
27-
'noaa_gml_surface_flask.py',
28-
'noaa_gml_surface_flask_ch4.py',
29-
'noaa_gml_surface_flask_co2.py',
30-
'noaa_gml_surface_flask_n2o.py',
25+
"__init__.py",
26+
"aeronet.py",
27+
"noaa_gml_surface_flask.py",
28+
"noaa_gml_surface_flask_ch4.py",
29+
"noaa_gml_surface_flask_co2.py",
30+
"noaa_gml_surface_flask_n2o.py",
3131
]
3232
all_formatters = os.listdir(formatters_folder)
3333
to_run_formatters = [

0 commit comments

Comments
 (0)