Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini committed Sep 15, 2021
1 parent fbeaf1e commit eb0963a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions pysteps/motion/lucaskanade.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
from pysteps.utils.cleansing import decluster, detect_outliers
from pysteps.utils.images import morph_opening

try:
import cv2

CV2_IMPORTED = True
except ImportError:
CV2_IMPORTED = False

import time


Expand Down
2 changes: 0 additions & 2 deletions pysteps/tracking/lucaskanade.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

from pysteps.exceptions import MissingOptionalDependency

from pysteps import utils

try:
import cv2

Expand Down

0 comments on commit eb0963a

Please sign in to comment.