Skip to content

Commit cac6266

Browse files
committed
fix typo in the example
1 parent 8f9b848 commit cac6266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_mp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
3. read stream of data
88
"""
99
import time
10-
from ppk2_api.ppk2_api.ppk2_api import PPK2_MP
10+
from ppk2_api.ppk2_api import PPK2_MP
1111

1212
ppk2s_connected = PPK2_MP.list_devices()
1313
if(len(ppk2s_connected) == 1):

0 commit comments

Comments
 (0)