Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHammond13 committed Nov 1, 2024
1 parent adc6d79 commit 0dc6dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

def mock_query_devices_by_filter_scroll(*, filter, limit, offset):
"""Mock method for falconpy.Hosts.query_devices_by_filter_scroll.
Although we use filters (pluralised) in Caracara to avoid overwriting the native Python
filter keyword, we have to use filter here so that we match with the Falcon API spec we
are mocking.
Expand Down

0 comments on commit 0dc6dd5

Please sign in to comment.