Skip to content

Commit

Permalink
#77: Label remaining TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed May 17, 2024
1 parent 2084b1e commit a94ddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movement/spring.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a94ddfd

Please sign in to comment.