mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 23:53:55 +02:00
Removed unneded lines ☺ (#113)
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user