Skip to content

Commit

Permalink
style: auto formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
raspersc2 committed Jan 14, 2025
1 parent 8988cb9 commit 96f2567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ares/behaviors/combat/individual/siege_tank_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
from sc2.units import Units

from ares.behaviors.combat.individual import CombatIndividualBehavior
from ares.consts import CHANGELING_TYPES
from ares.consts import CHANGELING_TYPES, UnitTreeQueryType
from ares.dicts.unit_data import UNIT_DATA
from ares.managers.manager_mediator import ManagerMediator
from ares.consts import UnitTreeQueryType

if TYPE_CHECKING:
from ares import AresBot
Expand Down

0 comments on commit 96f2567

Please sign in to comment.