Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# mypy: allow-untyped-defs
import unittest
class Test(unittest.TestCase):
async def test_foo(self):
assert False