RFC: from __future__ import annotations + migrate
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# mypy: allow-untyped-defs
|
||||
# content of test_second.py
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def test_2():
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user