diff --git a/rerun_py/depthai_viewer/_backend/device_configuration.py b/rerun_py/depthai_viewer/_backend/device_configuration.py index 26c4f90bcb07..d8729e8d65af 100644 --- a/rerun_py/depthai_viewer/_backend/device_configuration.py +++ b/rerun_py/depthai_viewer/_backend/device_configuration.py @@ -228,7 +228,7 @@ class XLinkConnection(Enum): POE = "PoE" -class DeviceInfo(BaseModel): +class DeviceInfo(BaseModel): # type: ignore[misc] name: str = "" connection: XLinkConnection = XLinkConnection.USB mxid: str = ""