From b805a7f2414517994300823bb54b6a1b3a2922c9 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 9 Feb 2025 18:41:54 +0100 Subject: [PATCH] Fix lint --- lib/plugos/syscalls/datastore.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/plugos/syscalls/datastore.ts b/lib/plugos/syscalls/datastore.ts index aeafd593..9e41ee8c 100644 --- a/lib/plugos/syscalls/datastore.ts +++ b/lib/plugos/syscalls/datastore.ts @@ -12,7 +12,6 @@ import { LuaStackFrame, luaValueToJS, } from "$common/space_lua/runtime.ts"; -import { luaBuildStandardEnv } from "$common/space_lua/stdlib.ts"; /** * Exposes the datastore API to plugs, but scoping everything to a prefix based on the plug's name