Skip to content

Commit

Permalink
q-dev: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Aug 26, 2024
1 parent 751733c commit deee25b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions qubesguidaemon/mic.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,14 @@ class MicDevice(DeviceInfo):

def __init__(self, backend_domain, product, manufacturer):
port = Port(
backend_domain=backend_domain,
port_id="mic",
devclass="mic"
backend_domain=backend_domain, port_id="mic", devclass="mic"
)
super().__init__(
port,
product=product,
manufacturer=manufacturer,
)
self._interfaces = [
DeviceInterface("******", devclass="mic")
]
self._interfaces = [DeviceInterface("******", devclass="mic")]


class MicDeviceExtension(qubes.ext.Extension):
Expand Down

0 comments on commit deee25b

Please sign in to comment.