diff options
author | Théo de la Hogue | 2023-04-24 12:39:58 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-04-24 12:39:58 +0200 |
commit | 24a888d99df02cca59cd87a7b5f0870b8d9e57c0 (patch) | |
tree | 60a02542b14ea73e757f52c751ba526904b35f19 | |
parent | 952d992ad025113de4440c29b8d2ef8c6ac56baa (diff) | |
download | argaze-24a888d99df02cca59cd87a7b5f0870b8d9e57c0.zip argaze-24a888d99df02cca59cd87a7b5f0870b8d9e57c0.tar.gz argaze-24a888d99df02cca59cd87a7b5f0870b8d9e57c0.tar.bz2 argaze-24a888d99df02cca59cd87a7b5f0870b8d9e57c0.tar.xz |
Removing useless AOIFeatures import
-rw-r--r-- | src/argaze/GazeFeatures.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/argaze/GazeFeatures.py b/src/argaze/GazeFeatures.py index 5c8039a..a65f55b 100644 --- a/src/argaze/GazeFeatures.py +++ b/src/argaze/GazeFeatures.py @@ -7,7 +7,6 @@ import ast import json from argaze import DataStructures -from argaze.AreaOfInterest import AOIFeatures import numpy import pandas |