Skip to content

Commit

Permalink
fix: unavailable runtime import
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Dec 11, 2024
1 parent e3f2a6e commit e572fca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions control_surface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
inport,
outport,
)
from typing_extensions import override

from .clip_actions import ClipActionsComponent
from .clip_slot import ClipSlotComponent
Expand Down Expand Up @@ -311,7 +310,6 @@ def setup(self):
def main_modes(self):
return self.component_map["Main_Modes"]

@override
def _add_mode(self, mode_name, mode_spec, modes_component):
super()._add_mode(mode_name, mode_spec, modes_component)

Expand Down

0 comments on commit e572fca

Please sign in to comment.