mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 13:52:33 +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:
|
||||
PostgreConnectionString: Connection details
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
@abc.abstractmethod
|
||||
def get_mongo_connection_string(self) -> MongoConnection:
|
||||
@ -35,7 +34,6 @@ class ConfigProvider(metaclass=abc.ABCMeta):
|
||||
Returns:
|
||||
MongoConnection: Connection details
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class JsonFileConfigProvider(ConfigProvider):
|
||||
|
Loading…
x
Reference in New Issue
Block a user