Skip to content

Commit

Permalink
Suppress type error
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Feb 10, 2023
1 parent 39afef1 commit c722bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/test/asyncio_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_new_ioloop(self):

@property
def asyncio_loop(self):
return self.io_loop.asyncio_loop
return self.io_loop.asyncio_loop # type: ignore

def test_asyncio_callback(self):
# Basic test that the asyncio loop is set up correctly.
Expand Down

0 comments on commit c722bcd

Please sign in to comment.