Skip to content

Commit 9c241c1

Browse files
committed
fixup: more unused/type-only imports
1 parent eb2d60f commit 9c241c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/shell-api/src/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
deprecated,
1212
ShellApiWithMongoClass,
1313
} from './decorators';
14-
import { asPrintable, ServerVersions, Topologies } from './enums';
14+
import { asPrintable, ServerVersions } from './enums';
1515
import type {
1616
GenericDatabaseSchema,
1717
GenericServerSideSchema,

packages/shell-api/src/integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
startSharedTestServer,
1212
} from '../../../testing/integration-testing-hooks';
1313
import type { ShellApi, Mongo } from './index';
14-
import { toShellResult, Topologies } from './index';
14+
import { toShellResult } from './index';
1515
import type {
1616
AnyBulkWriteOperation,
1717
Document,

packages/shell-api/src/shell-instance-state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
ALL_SERVER_VERSIONS,
2525
ALL_TOPOLOGIES,
2626
ServerVersions,
27-
Topologies,
27+
type Topologies,
2828
} from './enums';
2929
import { ShellApiErrors } from './error-codes';
3030
import type { ShellResult, DatabaseWithSchema } from './index';

0 commit comments

Comments
 (0)