add dependencies to a formatterIF
This commit is contained in:
parent
b3eb6f2a90
commit
d08637eeba
1 changed files with 4 additions and 0 deletions
|
@ -55,3 +55,7 @@ class FormatterIF:
|
||||||
@config.setter
|
@config.setter
|
||||||
def config(self, config: Config):
|
def config(self, config: Config):
|
||||||
self._config = config
|
self._config = config
|
||||||
|
|
||||||
|
@property
|
||||||
|
def dependencies(self) -> List[str]:
|
||||||
|
raise NotImplementedError
|
||||||
|
|
Loading…
Reference in a new issue