Skip to content

Commit 2fd34f0

Browse files
committed
Remove nonsense
1 parent d634223 commit 2fd34f0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

flake8_pyi/errors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations
22

3-
from tkinter import Y
43
from typing import TYPE_CHECKING, NamedTuple
54

65
if TYPE_CHECKING:

tests/test_pyi_files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def test_pyi_file(path: str) -> None:
5959
"-j0",
6060
]
6161

62-
print("Running:", " ".join(flake8_invocation + flags + [path]), file=sys.stderr)
6362
run_results = [
6463
# Passing a file on command line
6564
subprocess.run(

0 commit comments

Comments
 (0)