Skip to content

Commit

Permalink
fix: optimized imports in test_client.py
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank P <[email protected]>
  • Loading branch information
u625355 authored Sep 9, 2024
1 parent e1b3257 commit e971b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import numpy as np
import pytest
from tm_data_types import AnalogWaveform, IQWaveform, DigitalWaveform, Waveform
from tm_data_types import AnalogWaveform, IQWaveform, DigitalWaveform

from tekhsi.helpers import print_with_timestamp
from tekhsi.tek_hsi_connect import TekHSIConnect, AcqWaitOn
Expand Down

0 comments on commit e971b37

Please sign in to comment.