Skip to content

Commit 9b4094f

Browse files
committed
Fix flake8 issue
1 parent ec5da47 commit 9b4094f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imas/test/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ def test_db_analysis_csv(tmp_path, requires_imas):
9898
wall,ids_properties/version_put/access_layer,,1.0,1.0
9999
wall,ids_properties/version_put/access_layer_language,,1.0,1.0
100100
wall,ids_properties/version_put/data_dictionary,,1.0,1.0
101-
"""
101+
""" # noqa: E501 (line too long)
102102
)

0 commit comments

Comments
 (0)