We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629b763 commit b1316e7Copy full SHA for b1316e7
src/graphql/language/ast.py
@@ -2,7 +2,7 @@
2
3
from __future__ import annotations
4
5
-from dataclasses import dataclass, field, fields
+from dataclasses import dataclass, fields
6
from enum import Enum
7
from typing import TYPE_CHECKING, Any, ClassVar, Union
8
0 commit comments