aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeFeatures.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/GazeFeatures.py')
-rw-r--r--src/argaze/GazeFeatures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/GazeFeatures.py b/src/argaze/GazeFeatures.py
index 815a496..7254205 100644
--- a/src/argaze/GazeFeatures.py
+++ b/src/argaze/GazeFeatures.py
@@ -217,7 +217,7 @@ class GazePositionCalibrator():
"""Abstract class to define what should provide a gaze position calibrator algorithm."""
@classmethod
- def from_dict(self, calibrator_data: dict) -> GazePositionCalibratorType:
+ def from_dict(cls, calibrator_data: dict) -> GazePositionCalibratorType:
"""Load gaze position calibrator from dictionary.
Parameters: