Skip to content

Commit 16a8318

Browse files
committed
linting
1 parent 817b222 commit 16a8318

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

sciopy/EIT_16_32_64_128.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def read_message(self):
184184
185185
Return:
186186
A single byte read from the device.
187-
"""
187+
188188
Reads data from a USB high-speed device, processes received messages, and returns the data in various formats.
189189
190190
The method continuously reads data from the device until no more data is received. It converts the received bytes to hexadecimal format,

sciopy/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from .EIT_16_32_64_128 import EIT_16_32_64_128, EitMeasurementSetup
88
from .ISX_3 import ISX_3, EisMeasurementSetup
99

10-
1110
__all__ = [
1211
"available_serial_ports",
1312
"EIT_16_32_64_128",

0 commit comments

Comments
 (0)