Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Sep 16, 2024
1 parent acb50c3 commit a05a571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ import {
} from './types';
import { chunk, maxBy } from 'lodash';
import assert from 'assert';
import { isValidAssetMapping, modelRevisionNodesAssetToKey } from './idAndKeyTranslation';
import { isValidAssetMapping } from './utils';
import { modelRevisionNodesAssetToKey, createModelRevisionKey } from './idAndKeyTranslation';
import { type ModelWithAssetMappings } from './AssetMappingAndNode3DCacheProvider';
import { AssetMappingPerAssetIdCache } from './AssetMappingPerAssetIdCache';
import { AssetMappingPerNodeIdCache } from './AssetMappingPerNodeIdCache';
import { Node3DPerNodeIdCache } from './Node3DPerNodeIdCache';
import { AssetMappingPerModelCache } from './AssetMappingPerModelCache';
import { createModelRevisionKey } from './idAndKeyTranslation';

export type NodeAssetMappingResult = { node?: Node3D; mappings: AssetMapping[] };

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
type TreeIndex,
type RevisionId,
type ModelId,
ModelAssetIdKey
type ModelAssetIdKey
} from './types';

import { split } from 'lodash';
Expand Down

0 comments on commit a05a571

Please sign in to comment.