Skip to content

Commit

Permalink
removed uneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
Christina Bukas committed Jan 23, 2024
1 parent cf9eca1 commit feeda95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/dcp_client/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from PyQt5.QtCore import QSize
from PyQt5.QtGui import QPixmap, QIcon
import numpy as np
from skimage.feature import canny, peak_local_max
from skimage.feature import canny
from skimage.morphology import closing, square

from pathlib import Path, PurePath
Expand Down

0 comments on commit feeda95

Please sign in to comment.