Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Jan 30, 2024
1 parent e42b6e6 commit 5b1fabf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion control_surface/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
)
from ableton.v3.control_surface.display.event_signal import EventSignalFn

from .channel_strip import ArmStatus
from .mode import MainModeCategory, get_main_mode_category, get_track_controls_mode
from .track_controls import TrackControlsEditWindow, TrackControlsState
from .types import Action
Expand Down
4 changes: 2 additions & 2 deletions control_surface/session_ring.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from logging import getLogger
from typing import Any, Callable, Optional
from typing import Any, Callable

from ableton.v3.base import clamp, const, depends, nop
from ableton.v3.base import const, depends, nop
from ableton.v3.control_surface.components import (
SessionRingComponent as SessionRingComponentBase,
)
Expand Down

0 comments on commit 5b1fabf

Please sign in to comment.