Skip to content

Commit a3d3f98

Browse files
committed
clean up diffs for review
1 parent e5fc781 commit a3d3f98

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

packages/compass-collection/src/modules/collection-tab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ import {
2424
import { calculateSchemaDepth } from '../calculate-schema-depth';
2525
import { processSchema } from '../transform-schema-to-field-info';
2626
import type { Document, MongoError } from 'mongodb';
27-
import { MockDataGeneratorStep } from '../components/mock-data-generator-modal/types';
2827

2928
const DEFAULT_SAMPLE_SIZE = 100;
3029

3130
const NO_DOCUMENTS_ERROR = 'No documents found in the collection to analyze.';
31+
import { MockDataGeneratorStep } from '../components/mock-data-generator-modal/types';
3232

3333
function isAction<A extends AnyAction>(
3434
action: AnyAction,

packages/compass-collection/src/stores/collection-tab.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ describe('Collection Tab Content store', function () {
6363
.stub(collectionTabModule, 'analyzeCollectionSchema')
6464
.returns(async () => {});
6565
const dataService = {} as any;
66-
6766
let store: ReturnType<typeof activatePlugin>['store'];
6867
let deactivate: ReturnType<typeof activatePlugin>['deactivate'];
6968

@@ -100,7 +99,6 @@ describe('Collection Tab Content store', function () {
10099
},
101100
{
102101
dataService,
103-
atlasAiService,
104102
localAppRegistry,
105103
collection: mockCollection as any,
106104
workspaces: workspaces as any,

packages/compass-collection/src/stores/collection-tab.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import type { workspacesServiceLocator } from '@mongodb-js/compass-workspaces/pr
1616
import type { experimentationServiceLocator } from '@mongodb-js/compass-telemetry/provider';
1717
import type { connectionInfoRefLocator } from '@mongodb-js/compass-connections/provider';
1818
import type { Logger } from '@mongodb-js/compass-logging/provider';
19-
2019
import {
2120
isAIFeatureEnabled,
2221
type PreferencesAccess,

0 commit comments

Comments
 (0)