mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2026-04-18 13:33:31 +00:00
fix docstrings
remove pass
This commit is contained in:
@@ -7,7 +7,7 @@ from .shared import EQ, GEQ, Automix, Config, Dyn, Gate, Group, Insert, Mix, Pre
|
||||
|
||||
|
||||
class ILR(abc.ABC):
|
||||
"""Abstract Base Class for buses"""
|
||||
"""Abstract Base Class for lr"""
|
||||
|
||||
def __init__(self, remote, index: Optional[int] = None):
|
||||
self._remote = remote
|
||||
@@ -26,7 +26,7 @@ class ILR(abc.ABC):
|
||||
|
||||
|
||||
class LR(ILR):
|
||||
"""Concrete class for buses"""
|
||||
"""Concrete class for lr"""
|
||||
|
||||
@classmethod
|
||||
def make(cls, remote, index=None):
|
||||
|
||||
Reference in New Issue
Block a user