Fix import order

This commit is contained in:
Yohann D'ANELLO
2021-01-10 11:25:53 +01:00
parent 94c12541ef
commit d738029335
17 changed files with 66 additions and 64 deletions

View File

@@ -2,9 +2,9 @@
# SPDX-License-Identifier: GPL-3.0-or-later
from random import choice, randint
from typing import Optional, Any
from typing import Any, Optional
from ..interfaces import Entity, FightingEntity, Map, InventoryHolder
from ..interfaces import Entity, FightingEntity, InventoryHolder, Map
from ..translations import gettext as _