Skip to content

Commit

Permalink
fix import error in 12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Monstrofil committed Sep 14, 2023
1 parent 998c3c4 commit bcd4279
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
except ImportError:
DEATH_TYPES = {}
from .players_info import PlayersInfo, PlayerType
from .battle_results import (
unpackCommonRes,
unpackPlayerPrivateRes,
unpackClientPublicRes,
unpackBuildinsRes,
)


class BattleController(IBattleController):
Expand Down

0 comments on commit bcd4279

Please sign in to comment.