fix refresh choice & battle tables + refactor loops
This commit is contained in:
parent
e7e2de9d0a
commit
719b0128ed
5 changed files with 32 additions and 35 deletions
|
|
@ -5,7 +5,7 @@ from typing import Any, Dict, List, TYPE_CHECKING
|
|||
if TYPE_CHECKING:
|
||||
from warchron.model.campaign import Campaign
|
||||
from warchron.model.war import War
|
||||
from warchron.constants import ContextType
|
||||
from warchron.constants import ContextType
|
||||
from warchron.model.exception import (
|
||||
ForbiddenOperation,
|
||||
DomainError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue