Skip to content

Commit

Permalink
mypy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Jun 21, 2023
1 parent 232c42c commit b2fc360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_py/depthai_viewer/_backend/device_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit b2fc360

Please sign in to comment.