Improved config tests

This commit is contained in:
2023-04-09 12:51:57 +02:00
parent 1117735f2e
commit 106975015e
3 changed files with 34 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ class ConfigurationABC(ABC):
pass
@abstractmethod
def get_configuration(self, search_type: Type[T]) -> Optional[T]:
def get_configuration(self, search_type: T) -> Optional[T]:
r"""Returns value from configuration by given type
Parameter: