From bfb3502252a0e86597a57b9f13afa74d7f86f036 Mon Sep 17 00:00:00 2001 From: Exists <55012346+existentiality@users.noreply.github.com> Date: Wed, 14 Apr 2021 04:09:00 -0400 Subject: [PATCH] Fix Linting Issue --- tests/channels/clone_channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/channels/clone_channel.ts b/tests/channels/clone_channel.ts index a2ca9d2ad..bb2209acb 100644 --- a/tests/channels/clone_channel.ts +++ b/tests/channels/clone_channel.ts @@ -1,4 +1,4 @@ -import { defaultTestOptions, tempData } from "../ws/start_bot.ts"; +import { tempData } from "../ws/start_bot.ts"; import { assertEquals, assertExists } from "../deps.ts"; import { cache } from "../../src/cache.ts"; import { cloneChannel } from "../../src/helpers/channels/clone_channel.ts";