mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2026-04-18 13:33:31 +00:00
lint fixes
fix {DCA}.name setter
removed unused imports
patch bump
This commit is contained in:
@@ -25,13 +25,13 @@ class FxRtn(IFxRtn):
|
||||
class MainStereo(ILR):
|
||||
@property
|
||||
def address(self) -> str:
|
||||
return f"/main/st"
|
||||
return "/main/st"
|
||||
|
||||
|
||||
class MainMono(ILR):
|
||||
@property
|
||||
def address(self) -> str:
|
||||
return f"/main/m"
|
||||
return "/main/m"
|
||||
|
||||
|
||||
class Matrix(ILR):
|
||||
|
||||
Reference in New Issue
Block a user