fix: sort import order in temporal-client.ts

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-04-27 19:02:39 +00:00
parent bb981e1353
commit 1ea2f9529a
+1 -1
View File
@@ -3,8 +3,8 @@
* Uses @temporalio/client (not worker) since the API server only submits and queries workflows.
*/
import type { PipelineProgress } from '@trebuchet/worker/pipeline';
import { Client, Connection } from '@temporalio/client';
import type { PipelineProgress } from '@trebuchet/worker/pipeline';
export interface TemporalClients {
readonly client: Client;