From f165594400c8bfdb15bc3221a86b5577d2843590 Mon Sep 17 00:00:00 2001 From: Ciaran Morinan Date: Wed, 15 Jan 2025 12:35:54 +0000 Subject: [PATCH] lint fixes --- .../research-entities-action/shared/deduplicate-entities.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hash-ai-worker-ts/src/activities/flow-activities/research-entities-action/shared/deduplicate-entities.ts b/apps/hash-ai-worker-ts/src/activities/flow-activities/research-entities-action/shared/deduplicate-entities.ts index 9486c449e0a..5eec37fbbac 100644 --- a/apps/hash-ai-worker-ts/src/activities/flow-activities/research-entities-action/shared/deduplicate-entities.ts +++ b/apps/hash-ai-worker-ts/src/activities/flow-activities/research-entities-action/shared/deduplicate-entities.ts @@ -1,7 +1,7 @@ import type { EntityId } from "@local/hash-graph-types/entity"; +import { sleep } from "@local/hash-isomorphic-utils/sleep"; import dedent from "dedent"; -import { sleep } from "@local/hash-isomorphic-utils/sleep"; import { logger } from "../../../shared/activity-logger.js"; import { getFlowContext } from "../../../shared/get-flow-context.js"; import { getLlmResponse } from "../../../shared/get-llm-response.js";