Skip to content

Commit

Permalink
q-dev: pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Oct 29, 2024
1 parent 9a77764 commit 08b899c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qubes/device_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ class DeviceInfo(VirtualDevice):
def __init__(
self,
port: Port,
*,
vendor: Optional[str] = None,
product: Optional[str] = None,
manufacturer: Optional[str] = None,
Expand Down Expand Up @@ -1205,6 +1206,7 @@ def new(
port_id: str,
devclass: str,
device_id: Optional[str] = None,
*,
frontend_domain: Optional[QubesVM] = None,
options=None,
mode: Union[str, AssignmentMode] = "manual",
Expand Down

0 comments on commit 08b899c

Please sign in to comment.