File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed
Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 55from various system-specific secure storage solutions.
66"""
77
8- from .github_auth import (
9- CredentialHelperError ,
10- GitHubAuthError ,
11- InvalidTokenError ,
12- PlatformNotSupportedError ,
13- TokenNotFoundError ,
14- get_github_token ,
15- )
8+ from .github_auth import (CredentialHelperError , GitHubAuthError ,
9+ InvalidTokenError , PlatformNotSupportedError ,
10+ TokenNotFoundError , get_github_token )
1611
1712__version__ = "2.0.0"
1813__author__ = "garotm"
Original file line number Diff line number Diff line change 44import unittest
55from unittest .mock import patch
66
7- from githubauthlib import (
8- CredentialHelperError ,
9- InvalidTokenError ,
10- PlatformNotSupportedError ,
11- TokenNotFoundError ,
12- get_github_token ,
13- )
7+ from githubauthlib import (CredentialHelperError , InvalidTokenError ,
8+ PlatformNotSupportedError , TokenNotFoundError ,
9+ get_github_token )
1410
1511
1612class TestGitHubAuth (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments