-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes made in response to feedback from review
- Loading branch information
1 parent
67ff4e3
commit 98763b4
Showing
8 changed files
with
125 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
from conda.base.context import context | ||
|
||
from .base import AuthManager # noqa: F401 | ||
from .oauth2 import OAuth2Manager, OAuth2Handler # noqa: F401 | ||
from .basic_auth import BasicAuthManager, BasicAuthHandler # noqa: F401 | ||
|
||
oauth2 = OAuth2Manager(context) | ||
basic_auth = BasicAuthManager(context) | ||
|
||
OAuth2Handler.set_cache(oauth2.cache) | ||
BasicAuthHandler.set_cache(basic_auth.cache) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.