graphql-python / graphql-server

This is the core package for using GraphQL in a custom server easily
MIT License
120 stars 72 forks source link

ABCs should be imported from collections.abc #16

Closed Cito closed 4 years ago

Cito commented 5 years ago

Importing ABCs directly from the collections package instead of from collections.abc is deprecated, and in Python 3.8 it will stop working.

ProjectCheshire commented 5 years ago

@jkimbo Do you have approve/merge on this repo? This one (and the one i submitted) would be reasonable candidates :)

jkimbo commented 5 years ago

@ProjectCheshire unfortunately I don’t have permissions to merge on this repo.

ProjectCheshire commented 5 years ago

@ekampf @dfee you look like the only other committers aside from @syrusakbary

Cito commented 4 years ago

Closing this, it has already been fixed.