Skip to content

Commit c83dc12

Browse files
Grace Kalu-AnyahGrace Kalu-Anyah
authored andcommitted
Removes Backend class and moves logic and free functions to Launch file, updates tests
1 parent 9c2042a commit c83dc12

File tree

12 files changed

+406
-417
lines changed

12 files changed

+406
-417
lines changed

src/fastcs/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async def update(self, attr: AttrR) -> None:
6565
class Attribute(Generic[T]):
6666
"""Base FastCS attribute.
6767
68-
Instances of this class added to a ``Controller`` will be used by the backend.
68+
Instances of this class added to a ``Controller`` will be used by the FastCS class.
6969
"""
7070

7171
def __init__(

src/fastcs/backend.py

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)