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