From 49d5818062eba3668709e72d159bf4c3ca9aa13d Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Fri, 12 May 2023 10:20:06 +0200 Subject: [PATCH] remove unused npm import --- mod.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/mod.ts b/mod.ts index f0f10dd..604924b 100644 --- a/mod.ts +++ b/mod.ts @@ -4,7 +4,6 @@ import { } from "https://deno.land/std@0.186.0/http/http_status.ts"; import * as path from "https://deno.land/std@0.185.0/path/mod.ts"; import * as cookie from "https://deno.land/std@0.185.0/http/cookie.ts"; -import prettyTime from "npm:pretty-time"; type ListenOptions = { port: number;