Skip to content

Commit 063c79d

Browse files
authored
Update help_window.py
1 parent a3248f0 commit 063c79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

help_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
from pathlib import Path
4-
from typing import Callable
4+
from collections.abc import Callable
55

66
import tkinter as tk
77
from tkinter import ttk, messagebox

0 commit comments

Comments
 (0)