Skip to content

Commit

Permalink
removing unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
EnvyDragon committed Jul 1, 2024
1 parent b0d8715 commit 329a591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from BaseClasses import CollectionState
from .options import get_option_value, RequiredTactics, kerrigan_unit_available, AllInMap, \
GrantStoryTech, GrantStoryLevels, TakeOverAIAllies, SpearOfAdunAutonomouslyCastAbilityPresence, \
get_enabled_campaigns, MissionOrder, EnableMorphling, get_enabled_races
get_enabled_campaigns, MissionOrder, EnableMorphling
from .items import get_basic_units, defense_ratings, zerg_defense_ratings, kerrigan_actives, air_defense_ratings, \
kerrigan_levels, get_full_item_list
from .mission_tables import SC2Race, SC2Campaign
Expand Down

0 comments on commit 329a591

Please sign in to comment.