Skip to content

Commit 739fb66

Browse files
committed
refactor: remove unused stub client import from engine dependency factory
1 parent 570d34e commit 739fb66

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/clients/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import type { AuralyzeEngineDeps } from '@auralyze/engine';
3838
import { HttpAudioMetadataClient } from './http-audio-metadata-client.ts';
3939
import { HttpAudioAnalysisClient } from './http-audio-analysis-client.ts';
4040
import { HttpAudioFeedbackClient } from './http-audio-feedback-client.ts';
41-
import { createStubDeps } from './stub-clients.ts';
4241
import type { AppEnv } from '../config/env.ts';
4342

4443
/**

0 commit comments

Comments
 (0)