Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DN6 committed Feb 29, 2024
1 parent 5532415 commit bc1e717
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class HfDoctestModule(Module):
tests.
"""

def collect(self) -> Iterable[DoctestItem]:
def collect(self) -> Iterable["DoctestItem"]:
class MockAwareDocTestFinder(doctest.DocTestFinder):
"""A hackish doctest finder that overrides stdlib internals to fix a stdlib bug.
Expand Down
Empty file.
File renamed without changes.

0 comments on commit bc1e717

Please sign in to comment.