Skip to content

Commit 1aa4405

Browse files
committed
fixed style errors
1 parent 3103106 commit 1aa4405

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/analog_in/voltage_acq_int_clk.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313

1414
data = task.read(READ_ALL_AVAILABLE)
1515
print("Acquired data: [" + ", ".join(f"{value:f}" for value in data) + "]")
16-

examples/analog_in/voltage_acq_int_clk_plot_data.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@
2222
plot.ylabel("Amplitude")
2323
plot.title("Waveform")
2424
plot.show()
25-

0 commit comments

Comments
 (0)