We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9b36a commit 47376a3Copy full SHA for 47376a3
examples/desktop_apps/recorder.py
@@ -6,7 +6,7 @@
6
7
if sys.version_info[0] < 3:
8
raise Exception("This script is for Python 3 only!")
9
-import tkinter as tk
+import tkinter as tk # noqa: E402
10
from tkinter import messagebox # noqa: E402
11
12
0 commit comments