Collect null project_ids as empty strings
[osm/MON.git] / osm_mon / collector / infra_collectors / base_vim.py
index 0a075a1..698dde4 100644 (file)
 ##
 from osm_mon.collector.infra_collectors.base import BaseInfraCollector
 
+from osm_mon.core.config import Config
 
-class BaseVimInfraCollector(BaseInfraCollector):
-    def __init__(self, vim_account_id: str):
-        pass
 
-    def is_vim_ok(self) -> bool:
+class BaseVimInfraCollector(BaseInfraCollector):
+    def __init__(self, config: Config, vim_account_id: str):
         pass