Skip to content

Commit 5cd1f19

Browse files
authored
chore: remove unused imports (#1907)
1 parent 0df5fa8 commit 5cd1f19

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/memory/provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {
1616
InvocationURL,
1717
MemorySession,
1818
MemorySpace,
19-
MIME,
2019
Proto,
2120
Protocol,
2221
ProviderCommand,

packages/memory/space-schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import type {
2626
Entity,
2727
FactSelection,
2828
MemorySpace,
29-
MIME,
3029
SchemaQuery,
3130
} from "./interface.ts";
3231
import { SelectAllString } from "./schema.ts";

packages/runner/test/query.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import type {
2020
State,
2121
URI,
2222
} from "@commontools/memory/interface";
23-
import type { Entity } from "@commontools/memory/interface";
2423
import { Runtime } from "../src/runtime.ts";
2524
import { StorageManager } from "@commontools/runner/storage/cache.deno";
2625
import { Identity } from "@commontools/identity";

0 commit comments

Comments
 (0)