Removed unused import
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
import sys
|
||||
from abc import abstractmethod
|
||||
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.importer.sources.location import Location
|
||||
|
||||
Reference in New Issue
Block a user