remove unneeded import

This commit is contained in:
fzzinchemical
2025-04-02 17:26:58 +02:00
parent 5f44313c3d
commit e24bae3322

View File

@@ -1,4 +1,3 @@
import { assert } from "@std/assert/assert";
import { ImageResponse, postUrl, requestJSON } from "./api.ts"; import { ImageResponse, postUrl, requestJSON } from "./api.ts";
import { Embed, EmbedAuthor, EmbedImage } from "@root/structures/embeds.ts"; import { Embed, EmbedAuthor, EmbedImage } from "@root/structures/embeds.ts";