Skip to content

Commit

Permalink
tkterm: add missing import on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Dec 29, 2024
1 parent 929d8ca commit 32d87e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tkterminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import tkinter as Tk_
from tkinter import ttk
from tkinter.font import Font
from tkinter.font import families as font_families
from tkinter.messagebox import askyesno
from IPython.utils import io

Expand Down

0 comments on commit 32d87e0

Please sign in to comment.