We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3248f0 commit 063c79dCopy full SHA for 063c79d
help_window.py
@@ -1,7 +1,7 @@
1
from __future__ import annotations
2
3
from pathlib import Path
4
-from typing import Callable
+from collections.abc import Callable
5
6
import tkinter as tk
7
from tkinter import ttk, messagebox
0 commit comments