Forgot one unused import

This commit is contained in:
Yohann D'ANELLO 2020-11-11 22:51:02 +01:00
parent c243176d8f
commit 1eee45a0fd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from enum import Enum, auto
from typing import Optional, Tuple
from typing import Optional
from dungeonbattle.settings import Settings