fixup: remove remove unused alias in code
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# mypy: allow-untyped-defs
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def test_this_is_ignored():
|
||||
assert True
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# mypy: allow-untyped-defs
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def test_doc():
|
||||
"""
|
||||
>>> 10 > 5
|
||||
|
||||
Reference in New Issue
Block a user