From be22295786a7ed70c275dd1d03cd3ff2dfca864a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20W=C3=B6lfer?= Date: Wed, 7 May 2025 12:23:56 +0200 Subject: [PATCH] Removed unnecessary import --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 55b8628..06fd5db 100644 --- a/main.ts +++ b/main.ts @@ -1,5 +1,5 @@ import { Mwn, RecentChange } from 'npm:mwn' -import process, { title } from "node:process"; +import process from "node:process"; import { parseSummary } from "./parse.ts"; import { bucketEvents, writeSections } from "./write.ts";