diff options
author | Théo de la Hogue | 2022-11-21 09:57:21 +0100 |
---|---|---|
committer | Théo de la Hogue | 2022-11-21 09:57:21 +0100 |
commit | eb621720e5c9bdd94144557ea3190497de4a9aaa (patch) | |
tree | b85cccb87d020a54fdb885da26feb6ebd89306fe /src | |
parent | 02bd20b7cf914709e64980c1ce5faa9af2ad15f2 (diff) | |
download | argaze-eb621720e5c9bdd94144557ea3190497de4a9aaa.zip argaze-eb621720e5c9bdd94144557ea3190497de4a9aaa.tar.gz argaze-eb621720e5c9bdd94144557ea3190497de4a9aaa.tar.bz2 argaze-eb621720e5c9bdd94144557ea3190497de4a9aaa.tar.xz |
Removing useless GazeFeatures import.
Diffstat (limited to 'src')
-rw-r--r-- | src/argaze/AreaOfInterest/AOIFeatures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/AreaOfInterest/AOIFeatures.py b/src/argaze/AreaOfInterest/AOIFeatures.py index 28747e0..b3812bc 100644 --- a/src/argaze/AreaOfInterest/AOIFeatures.py +++ b/src/argaze/AreaOfInterest/AOIFeatures.py @@ -3,7 +3,7 @@ from dataclasses import dataclass, field from typing import TypeVar, Tuple -from argaze import DataStructures, GazeFeatures +from argaze import DataStructures import cv2 as cv import matplotlib.path as mpath |