Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andriykohut committed Apr 16, 2024
1 parent 7860679 commit 195f08a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
@pytest.fixture
def drf_client() -> APIClient:
return APIClient()


1 change: 0 additions & 1 deletion tests/test_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import pytest
from django.core.cache import cache
from limits import parse
from ninja.testing import TestClient

from django_ratelimiter.decorator import get_rate_limiter
from test_app import views
Expand Down

0 comments on commit 195f08a

Please sign in to comment.