readd hacky print in pyi_generator?
This commit is contained in:
parent
ee0fa5136e
commit
cd8425c9be
@ -1202,3 +1202,4 @@ class PyiGenerator:
|
|||||||
or "Var[Template]" in line
|
or "Var[Template]" in line
|
||||||
):
|
):
|
||||||
line = line.rstrip() + " # type: ignore\n"
|
line = line.rstrip() + " # type: ignore\n"
|
||||||
|
print(line, end="") # noqa: T201
|
||||||
|
Loading…
Reference in New Issue
Block a user