flavors / django-graphql-social-auth

Python Social Auth support for Graphene Django
https://pypi.python.org/pypi/django-graphql-social-auth
MIT License
109 stars 33 forks source link

Add missing package import of SocialAuthMutation #4

Closed PiDelport closed 6 years ago

PiDelport commented 6 years ago

This seems to have been missed in 1bd14126, which adds SocialAuthMutation to the __all__ of graphql_social_auth/__init__.py, but not to the actual import list.

codecov-io commented 6 years ago

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #4   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines          51     51           
  Branches        3      3           
=====================================
  Hits           51     51

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 30bdd81...50e5b0f. Read the comment docs.

mongkok commented 6 years ago

@pjdelport Thanks!