Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clean up
  • Loading branch information
mschoettle committed Mar 19, 2026
commit a5989fd0f6e34989b27fdc7a7bc701bdfe38f44e
1 change: 0 additions & 1 deletion Lib/test/test_unittest/testmock/testmock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,6 @@ def static_method(): pass

# gh-145754
def test_create_autospec_type_hints_typechecking(self):

def foo(x: Tuple[int, ...]) -> None:
pass

Expand Down
Loading