Skip to content

Commit

Permalink
MAINT: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmajor committed Jan 3, 2024
1 parent b7b796d commit 4907a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itkwidgets/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import numpy as np
from imjoy_rpc import api
from inspect import isawaitable
from typing import Callable, Coroutine, Dict, List, Union, Tuple
from typing import Callable, Dict, List, Union, Tuple
from IPython.display import display, HTML
from IPython.lib import backgroundjobs as bg
from ngff_zarr import from_ngff_zarr, to_ngff_image, Multiscales, NgffImage
Expand Down

0 comments on commit 4907a49

Please sign in to comment.