Skip to content

Commit 738e71b

Browse files
committed
Rename schema_printer.py to print_schema.py
Replicates graphql/graphql-js@af48008
1 parent 881a148 commit 738e71b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/graphql/utilities/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .lexicographic_sort_schema import lexicographic_sort_schema
3030

3131
# Print a GraphQLSchema to GraphQL Schema language.
32-
from .schema_printer import (
32+
from .print_schema import (
3333
print_introspection_schema,
3434
print_schema,
3535
print_type,

0 commit comments

Comments
 (0)