Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 1, 2024
1 parent 08bfdd2 commit d521f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion strawberry/relay/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from __future__ import annotations
import sys

import base64
import dataclasses
import sys
from typing import TYPE_CHECKING, Any, Tuple, Union
from typing_extensions import assert_never

Expand Down
3 changes: 1 addition & 2 deletions tests/relay/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import pytest

from strawberry.relay.types import PREFIX
from strawberry.relay.utils import (
SliceMetadata,
from_base64,
Expand All @@ -15,8 +16,6 @@
from strawberry.schema.config import StrawberryConfig
from strawberry.type import get_object_definition

from strawberry.relay.types import PREFIX

from .schema import Fruit


Expand Down

0 comments on commit d521f32

Please sign in to comment.