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

@ -1,7 +1,7 @@
# Copyright (C) 2020-2021 by ÿnérant, eichhornchen, nicomarg, charlse
# SPDX-License-Identifier: GPL-3.0-or-later
from enum import Enum, auto
from enum import auto, Enum
from typing import Optional
from squirrelbattle.settings import Settings