Skip to content

Commit 245aee1

Browse files
removes legacy exception
1 parent 5ced59c commit 245aee1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/services/rocket.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
from lib.views.rocket import RocketSummary
2121

2222

23-
class InvalidParachuteTrigger(Exception):
24-
"""Exception raised for invalid parachute trigger expressions."""
25-
26-
2723
class RocketService:
2824
_rocket: RocketPyRocket
2925

0 commit comments

Comments
 (0)