Skip to content

Commit

Permalink
Fixed omab#1102 cannot import name OpenIdConnectAssociation
Browse files Browse the repository at this point in the history
  • Loading branch information
jialutu committed Jun 23, 2017
1 parent 81c0a54 commit 348b04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions social/backends/open_id.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from social_core.backends.open_id import OpenIdAuth, \
OpenIdConnectAssociation, OpenIdConnectAuth
from social_core.backends.open_id import OpenIdAuth
from social_core.backends.open_id_connect import OpenIdConnectAssociation, OpenIdConnectAuth

0 comments on commit 348b04a

Please sign in to comment.