mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-26 11:33:55 +03:00
Remove _is_annotated flag from annotate decorator
This commit is contained in:
parent
0e355ee296
commit
df58b9a48b
|
@ -33,5 +33,4 @@ def annotate(_func=None, _trigger_warning=True, **annotations):
|
|||
else:
|
||||
_func.__annotations__.update(annotations)
|
||||
|
||||
_func._is_annotated = True
|
||||
return _func
|
||||
|
|
Loading…
Reference in New Issue
Block a user