mirror of
https://github.com/stablyai/orca.git
synced 2026-09-25 08:02:31 +00:00
fix(lint): merge the duplicate agent-status contract type imports (#20907)
main's tip fails audit:code-quality:native on import(no-duplicates), which reds the static analysis and verify jobs of every open PR via the merge ref.
This commit is contained in:
@@ -4,10 +4,12 @@ import {
|
||||
} from './agent-status-store-contract'
|
||||
import type { AgentChildWorkAliasRecord } from './agent-status-child-work-alias'
|
||||
import type { AgentChildWorkRecord } from './agent-status-child-work'
|
||||
import type { AgentStatusFactRecord } from './agent-status-store-contract'
|
||||
import type {
|
||||
AgentStatusFactRecord,
|
||||
AgentStatusTombstoneRecord
|
||||
} from './agent-status-store-contract'
|
||||
import type { AgentStatusParentRecord } from './agent-status-store-parent'
|
||||
import type { AgentStatusStoreState } from './agent-status-store-state'
|
||||
import type { AgentStatusTombstoneRecord } from './agent-status-store-contract'
|
||||
import { getUtf8ByteLength } from './utf8-byte-limits'
|
||||
|
||||
type AgentStatusSnapshotRecord =
|
||||
|
||||
Reference in New Issue
Block a user