Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 596fd07

Browse files
fix docstring formatting
Co-authored-by: bojanserafimov <[email protected]>
1 parent 3a4e431 commit 596fd07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql_compiler/schema/schema_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ class SQLAlchemySchemaInfo:
238238
- RootSchemaQuery is a special type that does not need a corresponding table.
239239
- Builtin types like __Schema, __Type, etc. don't need corresponding tables.
240240
- Builtin fields like _x_count do not need corresponding columns.
241+
241242
TODO: This class is essentially the same as SQLSchemaInfo. SQLSchemaInfo is part of an
242243
incomplete refactor started in
243244
https://github.com/kensho-technologies/graphql-compiler/pull/714

0 commit comments

Comments
 (0)