Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fastcs/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class Attribute(Generic[T, AttributeIORefT]):
"""Base FastCS attribute.

Instances of this class added to a ``Controller`` will be used by the backend.
Instances of this class added to a ``Controller`` will be used by the FastCS class.
"""

def __init__(
Expand Down
198 changes: 0 additions & 198 deletions src/fastcs/backend.py

This file was deleted.

Loading
Loading