Remove commented code and defunct import

This commit is contained in:
Sirz Benjie 2025-03-01 18:24:18 -06:00
parent 234668b4c4
commit 30181e35e9
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
1 changed files with 0 additions and 1 deletions

View File

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