From 007feec2a8d8de80f40b021710c6e6b382a0e886 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 8 Apr 2024 21:06:40 +0200 Subject: Fixing typo and docstrings. --- src/argaze.test/PupillAnalysis/WorkloadIndex.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/argaze.test/PupillAnalysis/WorkloadIndex.py') diff --git a/src/argaze.test/PupillAnalysis/WorkloadIndex.py b/src/argaze.test/PupillAnalysis/WorkloadIndex.py index 92857fa..da9b72d 100644 --- a/src/argaze.test/PupillAnalysis/WorkloadIndex.py +++ b/src/argaze.test/PupillAnalysis/WorkloadIndex.py @@ -19,8 +19,8 @@ __license__ = "GPLv3" import unittest import math -from argaze import PupillFeatures -from argaze.PupillAnalysis import WorkloadIndex +from argaze import PupilFeatures +from argaze.PupilAnalysis import WorkloadIndex class TestWorkloadIndexClass(unittest.TestCase): """Test WorkloadIndex class.""" -- cgit v1.1