Skip to content

Commit 8b32721

Browse files
authored
Update ps6000a.py
1 parent be12db4 commit 8b32721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

picoscope/ps6000a.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
# use the values specified in the h file
5959
# float is always defined as 32 bits
6060
# double is defined as 64 bits
61-
from ctypes import byref, POINTER, create_string_buffer, c_float, c_int8,\
62-
c_double, c_int16, c_uint16, c_int32, c_uint32, c_int64, c_uint64,\
61+
from ctypes import byref, POINTER, create_string_buffer, c_float, c_int8, \
62+
c_double, c_int16, c_uint16, c_int32, c_uint32, c_int64, c_uint64, \
6363
c_void_p, CFUNCTYPE
6464
from ctypes import c_int32 as c_enum
6565

0 commit comments

Comments
 (0)