Removed unnecessary import

This commit is contained in:
Lukas Wölfer
2025-05-07 12:23:56 +02:00
parent 7cb4319a05
commit be22295786

View File

@@ -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";