Skip to content

Commit b1316e7

Browse files
committed
Remove unnecessary import
1 parent 629b763 commit b1316e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/language/ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
from dataclasses import dataclass, field, fields
5+
from dataclasses import dataclass, fields
66
from enum import Enum
77
from typing import TYPE_CHECKING, Any, ClassVar, Union
88

0 commit comments

Comments
 (0)