Skip to content

Commit 76e0487

Browse files
committed
fix: correct import ordering in schema-mapper.ts for prettier
1 parent dde03cf commit 76e0487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/operations/agent/generate/schema-mapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import type {
1010
ModelProvider,
1111
} from '../../../../schema';
1212
import { DEFAULT_STRATEGY_NAMESPACES } from '../../../../schema';
13+
import { GatewayPrimitive } from '../../../primitives/GatewayPrimitive';
1314
import { computeDefaultCredentialEnvVarName } from '../../../primitives/credential-utils';
1415
import type {
1516
AgentRenderConfig,
@@ -24,7 +25,6 @@ import {
2425
DEFAULT_PYTHON_VERSION,
2526
} from '../../../tui/screens/generate/defaults';
2627
import type { GenerateConfig, MemoryOption } from '../../../tui/screens/generate/types';
27-
import { GatewayPrimitive } from '../../../primitives/GatewayPrimitive';
2828

2929
/**
3030
* Result of mapping GenerateConfig to v2 schema.

0 commit comments

Comments
 (0)