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 7b13dc0 commit 3a9b36aCopy full SHA for 3a9b36a
examples/desktop_apps/recorder.py
@@ -7,7 +7,7 @@
7
if sys.version_info[0] < 3:
8
raise Exception("This script is for Python 3 only!")
9
import tkinter as tk
10
-from tkinter import messagebox
+from tkinter import messagebox # noqa: E402
11
12
13
def do_recording(file_name, url):
0 commit comments