From 30181e35e98b562203b5a3e0b908fcc5ca0431d0 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:24:18 -0600 Subject: [PATCH] Remove commented code and defunct import --- src/data/battle-anims.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/battle-anims.ts b/src/data/battle-anims.ts index 86060ef4bfc..6d6d63a995b 100644 --- a/src/data/battle-anims.ts +++ b/src/data/battle-anims.ts @@ -4,7 +4,6 @@ import { MoveFlags } from "#enums/MoveFlags"; import type Pokemon from "../field/pokemon"; import { type nil, getFrameMs, getEnumKeys, getEnumValues, animationFileName } from "../utils"; import type { BattlerIndex } from "../battle"; -import type { Element } from "json-stable-stringify"; import { Moves } from "#enums/moves"; import { SubstituteTag } from "./battler-tags"; import { isNullOrUndefined } from "../utils";