remove unused import

This commit is contained in:
xenohedron 2023-09-17 23:43:20 -04:00
parent 9b634d44c6
commit 98c53f43fd

View file

@ -19,7 +19,6 @@ import mage.abilities.keyword.ForMirrodinAbility;
import mage.cards.CardImpl; import mage.cards.CardImpl;
import mage.cards.CardSetInfo; import mage.cards.CardSetInfo;
import mage.constants.CardType; import mage.constants.CardType;
import org.checkerframework.checker.units.qual.A;
/** /**
* @author TheElk801 * @author TheElk801