You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/conda/lib/python3.7/site-packages/graphql/type/directives.py:55: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working assert isinstance(locations, collections.Iterable), 'Must provide locations for directive.
#155
Closed
williamFalcon opened this issue
Jun 27, 2020
· 2 comments
This warning comes up very frequently and i think it's because of this library.
Could you guys take a look at updating these calls?
Thank you!
/opt/conda/lib/python3.7/site-packages/graphql/type/directives.py:55: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
assert isinstance(locations, collections.Iterable), 'Must provide locations for directive.
The text was updated successfully, but these errors were encountered:
Hi!
This warning comes up very frequently and i think it's because of this library.
Could you guys take a look at updating these calls?
Thank you!
The text was updated successfully, but these errors were encountered: