Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 9, 2024
1 parent 2bd02bc commit c4d2e7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pupil_labs/lsl_relay/relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from typing import Iterable, List, NoReturn, Optional

from pupil_labs.realtime_api import Device, StatusUpdateNotifier, receive_gaze_data
from pupil_labs.realtime_api.models import Component, Event, Sensor
from pupil_labs.realtime_api.models import GazeDataType
from pupil_labs.realtime_api.models import Component, Event, GazeDataType, Sensor
from pupil_labs.realtime_api.time_echo import TimeOffsetEstimator

from pupil_labs.lsl_relay import outlets
Expand Down

0 comments on commit c4d2e7e

Please sign in to comment.