Skip to content

Commit

Permalink
ruff formatting in test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
theGowda committed Nov 26, 2024
1 parent eca271a commit 14e4636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_librouteros.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

def test_default_ssl_wrapper():
"""Assert that wrapper returns same object as it was called with."""
assert SYNC_DEFAULTS['ssl_wrapper'](int) is int
assert SYNC_DEFAULTS["ssl_wrapper"](int) is int


@pytest.mark.parametrize(
Expand Down

0 comments on commit 14e4636

Please sign in to comment.