chore: Remove unused import

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-04-08 17:15:38 +02:00
parent 48eade901a
commit 634c0e6e09
No known key found for this signature in database
GPG Key ID: E59C7734F0E10EB5
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { assertEquals } from "$std/assert/mod.ts"; import { assertEquals } from "$std/assert/mod.ts";
import { forTestingOnly } from "./caching.ts"; import { forTestingOnly } from "./caching.ts";
import { storage } from "./storage.ts";
import { testUtils } from "./test-utils.ts"; import { testUtils } from "./test-utils.ts";
Deno.test("Verify getTimeSinceLastFetch for correct difference", () => { Deno.test("Verify getTimeSinceLastFetch for correct difference", () => {