Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanvalur committed Jun 5, 2023
1 parent cce672d commit c2fba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schema/test_permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import strawberry
from strawberry.permission import BasePermission
from strawberry.types import Info
from strawberry.schema import SubscribeSingleResult
from strawberry.types import Info


def test_raises_graphql_error_when_permission_method_is_missing():
Expand Down

0 comments on commit c2fba2b

Please sign in to comment.