mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-18 03:52:24 +03:00
com2ann: Translate type comments into Python type annotations
This commit is contained in:
parent
e919260511
commit
a9bb8fcd8b
|
@ -23,7 +23,7 @@ class InputObjectTypeContainer(dict, BaseType):
|
|||
|
||||
|
||||
class InputObjectTypeOptions(BaseOptions):
|
||||
fields: Dict[str, InputField] = None
|
||||
fields: Dict[str, InputField] = None # typing: ignore
|
||||
container: InputObjectTypeContainer = None
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user