From cdbe72e77559a11cd1c7ba8e9ea369830079e7f9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Jul 2026 10:20:38 +0200 Subject: [PATCH] Fix import statement in abelton playback test file --- tests/ableton-playback.test.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/ableton-playback.test.ts b/tests/ableton-playback.test.ts index 4ac9d06..babaa83 100644 --- a/tests/ableton-playback.test.ts +++ b/tests/ableton-playback.test.ts @@ -1,9 +1,6 @@ import assert from 'node:assert/strict'; import test from 'node:test'; -import { - getSimplerPlaybackState, - hasOneShotOverride, -} from '../src/lib/exporters/ableton/playback'; +import { getSimplerPlaybackState, hasOneShotOverride } from '../src/lib/exporters/ableton/playback'; import { PadCode } from '../src/types/types'; const project7Overrides = ['b0', 'c1', 'c8', 'c9', 'd3'] as PadCode[];