Skip to content

Commit

Permalink
Removes oauth2lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kleesc committed Jan 8, 2020
1 parent 67ebf00 commit abe6f88
Show file tree
Hide file tree
Showing 4 changed files with 630 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/model/oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

from flask import url_for
from datetime import datetime, timedelta
from oauth2lib.provider import AuthorizationProvider
from oauth2lib import utils
from oauth.provider import AuthorizationProvider
from oauth import utils

from active_migration import ActiveDataMigration, ERTMigrationFlags
from data.database import (
Expand Down
Loading

0 comments on commit abe6f88

Please sign in to comment.