Skip to content

Commit

Permalink
Fix mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng authored Oct 27, 2024
1 parent ddd45d7 commit dadf4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theHarvester/discovery/githubcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class RetryResult(NamedTuple):

class SuccessResult(NamedTuple):
fragments: list[str]
next_page: int | None
last_page: int | None
next_page: int
last_page: int


class ErrorResult(NamedTuple):
Expand Down

0 comments on commit dadf4a3

Please sign in to comment.