Skip to content

Commit

Permalink
Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinkens committed Oct 18, 2024
1 parent b4be219 commit 49fd20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/reader_tests/test_mviri_l1b_fiduceo_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def fixture_fake_file(fake_dataset, tmp_path):
params=[FiduceoMviriEasyFcdrFileHandler,
FiduceoMviriFullFcdrFileHandler]
)
def fixture_file_handler(fake_file, request, projection_longitude, tmp_path):
def fixture_file_handler(fake_file, request, projection_longitude):
"""Create mocked file handler."""
marker = request.node.get_closest_marker("file_handler_data")
mask_bad_quality = True
Expand Down

0 comments on commit 49fd20a

Please sign in to comment.