DKC3: Remove unused variables and imports #4302

This commit is contained in:
Nicholas Saylor
2025-01-14 04:49:30 -05:00
committed by GitHub
parent 0f3818e711
commit 04928bd83d
7 changed files with 11 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
from dataclasses import dataclass
import typing
from Options import Choice, Range, Toggle, DeathLink, DefaultOnToggle, OptionGroup, PerGameCommonOptions
from Options import Choice, Range, Toggle, DefaultOnToggle, OptionGroup, PerGameCommonOptions
class Goal(Choice):