Skip to content

Commit 3a9b36a

Browse files
committed
Update an example
1 parent 7b13dc0 commit 3a9b36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/desktop_apps/recorder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if sys.version_info[0] < 3:
88
raise Exception("This script is for Python 3 only!")
99
import tkinter as tk
10-
from tkinter import messagebox
10+
from tkinter import messagebox # noqa: E402
1111

1212

1313
def do_recording(file_name, url):

0 commit comments

Comments
 (0)