File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
stubs/aiofiles/aiofiles/threadpool Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ def sd_fun(arg: object) -> str:
119119 def _ (int_arg : int ) -> str :
120120 return ""
121121
122- assert_type (sd_fun , _SingleDispatchCallable [[object ], str ])
123-
124122 sd_fun .dispatch (42 )
125123 sd_fun .dispatch ("" )
126124 sd_fun .dispatch (1 , 2 ) # type: ignore
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def open(
9999) -> AiofilesContextManager [_UnknownAsyncBinaryIO ]: ...
100100
101101stdin : AsyncTextIndirectIOWrapper
102- stdout : AsyncTextIndirectIOWrapper # type: ignore # ???
102+ stdout : AsyncTextIndirectIOWrapper
103103stderr : AsyncTextIndirectIOWrapper
104104stdin_bytes : AsyncIndirectBufferedIOBase
105105stdout_bytes : AsyncIndirectBufferedIOBase
You can’t perform that action at this time.
0 commit comments