Skip to content

Commit

Permalink
Fix for linting2
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkehoe committed Mar 8, 2024
1 parent 20e89b3 commit 3ad811f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def test_datastreamparser():
Path('zzzasoinfaoianasdfkansfaiZ999.z1.123456789.987654321.superlong'),
Path('/data/not/a/real/path/AsgpmetE13.b1.20190501.024254.nc'),
'/data/not/a/real/path/AsgpmetE13.b1.20190501.024254.nc',
'zzzasoinfaoianasdfkansfaiZ999.z1.123456789.987654321.superlong'
'zzzasoinfaoianasdfkansfaiZ999.z1.123456789.987654321.superlong',
]
for value in values:
fn_obj = DatastreamParser(value)
Expand Down

0 comments on commit 3ad811f

Please sign in to comment.