From 24a888d99df02cca59cd87a7b5f0870b8d9e57c0 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 24 Apr 2023 12:39:58 +0200 Subject: Removing useless AOIFeatures import --- src/argaze/GazeFeatures.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 -- cgit v1.1