Skip to content

Commit

Permalink
fix ruff issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadRaziei committed Oct 18, 2024
1 parent 9301f93 commit 891ddb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from liburlparser import psl


@pytest.fixture()
@pytest.fixture
def disable_requests_get(monkeypatch):
def request_get(*args, **kwargs):
msg = "Fake Connection Error :)"
Expand Down

0 comments on commit 891ddb1

Please sign in to comment.