Skip to content

Commit 78cf878

Browse files
committed
Import Callable
1 parent eaa4ac6 commit 78cf878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mslice/plotting/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import sys
2121
import threading
2222
import time
23-
from typing import Any, Literal
23+
from typing import Any, Callable, Literal
2424

2525
from cycler import cycler
2626
import matplotlib

0 commit comments

Comments
 (0)