Skip to content

Commit

Permalink
lint: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Jul 26, 2023
1 parent e995640 commit fdd0379
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import cupy as cp
import numpy as np
import pytest
import skimage
from skimage.data import camera, chelsea
# from cucim.skimage.restoration import denoise_wavelet
from skimage.restoration import denoise_wavelet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import cupy as cp
import numpy as np
import pytest
from cupy import testing
from cupyx.scipy import ndimage as ndi
from scipy import signal

Expand Down

0 comments on commit fdd0379

Please sign in to comment.