Skip to content

Commit

Permalink
ghapi: import-not-found -> import-untyped
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 31, 2024
1 parent e1c242f commit 22727f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pepotron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def pairwise(iterable): # type: ignore[no-redef,no-untyped-def]


def _get_github_prs() -> list[Any]:
from ghapi.all import GhApi # type: ignore[import-not-found]
from ghapi.all import GhApi # type: ignore[import-untyped]

api = GhApi(owner="python", repo="peps", authenticate=False)
return api.pulls.list(per_page=100) # type: ignore[no-any-return]
Expand Down

0 comments on commit 22727f3

Please sign in to comment.