Skip to content

Commit 279c8d3

Browse files
Test Userclaude
andcommitted
fix: remove unused Provider import from config.ts
The import was flagged by eslint as unused but is pre-existing. Will fix CI lint check that was with this PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fc8f879 commit 279c8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import * as fs from 'fs';
77
import * as path from 'path';
88
import { fileURLToPath } from 'url';
9-
import { INightWatchConfig, IProviderPreset, IQueueConfig, JobType, Provider } from './types.js';
9+
import { INightWatchConfig, IProviderPreset, IQueueConfig, JobType } from './types.js';
1010
import {
1111
BUILT_IN_PRESETS,
1212
CONFIG_FILE_NAME,

0 commit comments

Comments
 (0)