Remove unused import

This commit is contained in:
Tony Garnock-Jones 2024-03-09 11:23:37 +01:00
parent 4c8796b6c9
commit 4843c76784
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import { ActorSpace } from './space.js';
import { ActionDescription, StructuredTask, TaskAction } from './task.js';
import { randomId } from './randomid.js';
import * as Q from '../gen/queuedTasks.js';
import { Dataspace } from './dataspace.js';
export type AnyValue = Value<Ref>;