diff --git a/pyvisa_py/usb.py b/pyvisa_py/usb.py index ad41572..4294369 100644 --- a/pyvisa_py/usb.py +++ b/pyvisa_py/usb.py @@ -301,7 +301,6 @@ def list_resources() -> List[str]: ) return out - def read(self, count: int) -> Tuple[bytes, StatusCode]: """Reads data from device or interface synchronously.