Skip to content

Commit 47376a3

Browse files
committed
Update an example
1 parent 3a9b36a commit 47376a3

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
@@ -6,7 +6,7 @@
66

77
if sys.version_info[0] < 3:
88
raise Exception("This script is for Python 3 only!")
9-
import tkinter as tk
9+
import tkinter as tk # noqa: E402
1010
from tkinter import messagebox # noqa: E402
1111

1212

0 commit comments

Comments
 (0)