Skip to content

Commit

Permalink
Disable ruff check for private import
Browse files Browse the repository at this point in the history
These are tests, we know what we're doing!
  • Loading branch information
Mapiarz committed Jun 26, 2024
1 parent 10b9656 commit adee326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fields/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import strawberry_django
from strawberry_django.fields.field import StrawberryDjangoField
from strawberry_django.type import _process_type
from strawberry_django.type import _process_type # noqa: PLC2701

try:
from django.db.models import GeneratedField # type: ignore
Expand Down

0 comments on commit adee326

Please sign in to comment.