From 0677eae0a24d674518472940c283c821f904cc5a Mon Sep 17 00:00:00 2001 From: GeoffreyCoulaud Date: Wed, 26 Jul 2023 03:55:23 +0200 Subject: [PATCH] Removed unused import --- src/importer/sources/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/importer/sources/source.py b/src/importer/sources/source.py index 164a792..57b45d7 100644 --- a/src/importer/sources/source.py +++ b/src/importer/sources/source.py @@ -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