Skip to content

Commit

Permalink
style: isort formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
raspersc2 committed Jan 5, 2025
1 parent e797c0a commit 7bd24be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ares/behaviors/macro/mining.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from typing import TYPE_CHECKING, Callable, Optional

import numpy as np
from ares.behaviors.combat.individual.speed_mining import SpeedMining
from cython_extensions.units_utils import cy_sorted_by_distance_to
from loguru import logger
from sc2.data import Race
Expand All @@ -11,6 +10,8 @@
from sc2.unit import Unit
from sc2.units import Units

from ares.behaviors.combat.individual.speed_mining import SpeedMining

if TYPE_CHECKING:
from ares import AresBot

Expand Down

0 comments on commit 7bd24be

Please sign in to comment.