Skip to content

Commit 854b04e

Browse files
committed
Flake8 compliance
1 parent 44e8fef commit 854b04e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ptsl/engine.py

-1
Original file line numberDiff line numberDiff line change
@@ -957,4 +957,3 @@ def get_system_delay(self) -> int:
957957
self.client.run(op)
958958

959959
return op.response.samples
960-

ptsl/ops/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@
9797
from .zoom_preset import RecallZoomPreset
9898
from .timeline_selection import SetTimelineSelection, GetTimelineSelection
9999

100-
from .pt_202406_additions import *
100+
from .pt_202406_additions import GetSessionSystemDelayInfo

0 commit comments

Comments
 (0)