Skip to content

Commit 6ce4ffe

Browse files
committed
MAINT: Remove unused import
1 parent 78700d7 commit 6ce4ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itkwidgets/viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
from imjoy_rpc import api
99
from inspect import isawaitable
10-
from typing import Callable, Coroutine, Dict, List, Union, Tuple
10+
from typing import Callable, Dict, List, Union, Tuple
1111
from IPython.display import display, HTML
1212
from IPython.lib import backgroundjobs as bg
1313
from ngff_zarr import from_ngff_zarr, to_ngff_image, Multiscales, NgffImage

0 commit comments

Comments
 (0)