mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-18 03:52:24 +03:00
Updated objecttype
This commit is contained in:
parent
d6fa500a0a
commit
3af816c334
|
@ -165,7 +165,6 @@ class ObjectType(BaseType):
|
|||
pass
|
||||
if kwargs:
|
||||
raise TypeError(
|
||||
"'{}' is an invalid keyword argument for {}".format(
|
||||
list(kwargs)[0], self.__class__.__name__
|
||||
)
|
||||
f"'{list(kwargs)[0]}' is an invalid keyword argument"
|
||||
f" for {self.__class__.__name__}"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user