readd hacky print in pyi_generator?

This commit is contained in:
Lendemor 2025-01-02 18:30:47 +01:00
parent ee0fa5136e
commit cd8425c9be

View File

@ -1202,3 +1202,4 @@ class PyiGenerator:
or "Var[Template]" in line
):
line = line.rstrip() + " # type: ignore\n"
print(line, end="") # noqa: T201