mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 23:43:55 +02:00
Removed unneded lines ☺ (#113)
This commit is contained in:
@ -23,7 +23,6 @@ class ConfigProvider(metaclass=abc.ABCMeta):
|
|||||||
Returns:
|
Returns:
|
||||||
PostgreConnectionString: Connection details
|
PostgreConnectionString: Connection details
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def get_mongo_connection_string(self) -> MongoConnection:
|
def get_mongo_connection_string(self) -> MongoConnection:
|
||||||
@ -35,7 +34,6 @@ class ConfigProvider(metaclass=abc.ABCMeta):
|
|||||||
Returns:
|
Returns:
|
||||||
MongoConnection: Connection details
|
MongoConnection: Connection details
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
|
|
||||||
class JsonFileConfigProvider(ConfigProvider):
|
class JsonFileConfigProvider(ConfigProvider):
|
||||||
|
Reference in New Issue
Block a user