Skip to content

Commit

Permalink
Adjust pylint mockups for device_protocol.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Nov 16, 2024
1 parent 12ff450 commit a7b52bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 17 additions & 0 deletions test-packages/qubesadmin/device_protocol.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### mock qubesadmin.devices module

class DeviceAssignment(object):

@classmethod
def new(
cls,
backend_domain,
port_id: str,
devclass: str,
device_id: Optional[str] = None,
*,
frontend_domain = None,
options=None,
mode = "manual",
) -> "DeviceAssignment":
pass
4 changes: 0 additions & 4 deletions test-packages/qubesadmin/devices.py

This file was deleted.

0 comments on commit a7b52bd

Please sign in to comment.