Skip to content

Commit

Permalink
Align import with MainClass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi authored and sfdye committed Oct 25, 2022
1 parent 623955b commit 4530f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github/MainClass.pyi
Expand Up @@ -22,7 +22,7 @@ from github.RateLimit import RateLimit
from github.Repository import Repository
from github.Topic import Topic

from urllib3.util.retry import Retry
from urllib3.util import Retry

TGithubObject = TypeVar("TGithubObject", bound=GithubObject)

Expand Down
2 changes: 1 addition & 1 deletion github/Requester.pyi
Expand Up @@ -6,7 +6,7 @@ from requests.models import Response

from github.GithubObject import GithubObject

from urllib3.util.retry import Retry
from urllib3.util import Retry

class HTTPRequestsConnectionClass:
def __init__(
Expand Down

0 comments on commit 4530f40

Please sign in to comment.