Skip to content

Commit 2098e81

Browse files
committed
Remove unused imports
1 parent faf6dca commit 2098e81

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

apps/workers-builds/src/tools/builds.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
import {
2-
handleWorkerLogsKeys,
3-
handleWorkerLogsValues,
4-
queryWorkersObservability,
5-
} from '@repo/mcp-common/src/api/workers-observability'
6-
import {
7-
zKeysRequest,
8-
zQueryRunRequest,
9-
zValuesRequest,
10-
} from '@repo/mcp-common/src/types/workers-logs-schemas'
1+
import { queryWorkersObservability } from '@repo/mcp-common/src/api/workers-observability'
2+
import { zQueryRunRequest } from '@repo/mcp-common/src/types/workers-logs-schemas'
113

124
import type { BuildsMCP } from '../index'
135

0 commit comments

Comments
 (0)