Skip to content

Commit

Permalink
Add type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Oct 11, 2024
1 parent 4d5d252 commit f927000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/callbacks/test_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def maybe_skip_callback_test(callback_class: type):
if hasattr(
callback_class,
'is_experimental',
) and callback_class.is_experimental:
) and callback_class.is_experimental: # type: ignore
pytest.skip(
f'Skipping test for {callback_class.__name__} because it is experimental.',
)
Expand Down

0 comments on commit f927000

Please sign in to comment.