Removed unused import

This commit is contained in:
GeoffreyCoulaud
2023-07-26 03:55:23 +02:00
parent f3dcdbf0d2
commit 0677eae0a2

View File

@@ -20,7 +20,7 @@
import sys import sys
from abc import abstractmethod from abc import abstractmethod
from collections.abc import Iterable from collections.abc import Iterable
from typing import Any, Generator, Optional, Collection from typing import Any, Generator, Collection
from src.game import Game from src.game import Game
from src.importer.sources.location import Location from src.importer.sources.location import Location