mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-25 00:22:34 +02:00
Removed unneded lines ☺ (#113)
This commit is contained in:
parent
cee1ef901a
commit
2ea99c8c17
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user