Skip to content

Commit 1bb265d

Browse files
committed
🧹 Repair imports
🔼 This commit was automatically generated by map scripts
1 parent 4e8cce0 commit 1bb265d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎src/migrations/migratePipeline.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TODO_any } from '../_packages/types.index';
1+
import type { TODO_any } from '../utils/organization/TODO_any';
22
import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson';
33

44
/**

‎src/pipeline/PipelineJson/PipelineJson.ts‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
import type { string_formfactor_name } from '../../formfactors/_common/string_formfactor_name';
22
import type { ModelRequirements } from '../../types/ModelRequirements';
3-
import type {
4-
string_filename,
5-
string_markdown_text,
6-
string_pipeline_url,
7-
string_relative_filename,
8-
string_semantic_version,
9-
} from '../../types/typeAliases';
3+
import type { string_filename } from '../../types/typeAliases';
4+
import type { string_markdown_text } from '../../types/typeAliases';
5+
import type { string_pipeline_url } from '../../types/typeAliases';
6+
import type { string_relative_filename } from '../../types/typeAliases';
7+
import type { string_semantic_version } from '../../types/typeAliases';
108
import type { PipelineString } from '../PipelineString';
119
import type { KnowledgePiecePreparedJson } from './KnowledgePieceJson';
12-
import type { KnowledgeSourceJson, KnowledgeSourcePreparedJson } from './KnowledgeSourceJson';
10+
import type { KnowledgeSourceJson } from './KnowledgeSourceJson';
11+
import type { KnowledgeSourcePreparedJson } from './KnowledgeSourceJson';
1312
import type { ParameterJson } from './ParameterJson';
14-
import type { PersonaJson, PersonaPreparedJson } from './PersonaJson';
13+
import type { PersonaJson } from './PersonaJson';
14+
import type { PersonaPreparedJson } from './PersonaJson';
1515
import type { PreparationJson } from './PreparationJson';
1616
import type { TaskJson } from './TaskJson';
1717

0 commit comments

Comments
 (0)