diff --git a/movement/spring.py b/movement/spring.py index f3bb334..ed2e24b 100644 --- a/movement/spring.py +++ b/movement/spring.py @@ -282,4 +282,4 @@ class SpringMover_Torsional(SpringMover_Lineal): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) - raise NotImplementedError("Torsional springs not yet implemented") # TODO + raise NotImplementedError("Torsional springs not yet implemented") # TODO (#36)