remove unused import

This commit is contained in:
Nebel 2023-12-02 15:47:41 +09:00
parent f6d411e996
commit bbcd9edb49
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -1,4 +1,3 @@
import fs from "node:fs/promises";
import util from "node:util";
import { chromium } from "./browser";
import { createDatabase } from "./database";