Skip to content

Commit

Permalink
q-dev: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Jun 17, 2024
1 parent 7cbbb49 commit 54fca94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qubesusbproxy/core3ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class DeviceInfo(DescriptionOverrider, LegacyDeviceInfo):
def __init__(self, *args, **kwargs):
# not supported options in legacy code
del kwargs['devclass']
kwargs['description'] = 'foo'
self.safe_chars = self.safe_chars.replace(' ', '')
super().__init__(*args, **kwargs)

Expand Down

0 comments on commit 54fca94

Please sign in to comment.