Skip to content

Commit 4050f84

Browse files
authored
Update tooltips.py
1 parent d438a04 commit 4050f84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tooltips.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
from __future__ import annotations
1111
import tkinter as tk
1212
from tkinter import ttk, TclError
13-
from typing import Callable, Optional, Any
13+
from collections.abc import Callable
14+
from typing import Optional, Any
1415
from weakref import WeakKeyDictionary
1516

1617

0 commit comments

Comments
 (0)