Skip to content

Commit e5d09fa

Browse files
authored
Fix ruff
1 parent da87c2f commit e5d09fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/graphql/utilities/get_introspection_query.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,7 @@ class IntrospectionSchema(MaybeWithDescription):
303303

304304

305305
# The root typed dictionary for schema introspections.
306-
IntrospectionQuery = TypedDict("IntrospectionQuery", {"__schema": IntrospectionSchema})
306+
IntrospectionQuery = TypedDict( # noqa: UP013
307+
"IntrospectionQuery",
308+
{"__schema": IntrospectionSchema},
309+
)

0 commit comments

Comments
 (0)