Reformat MON to standardized format
[osm/MON.git] / osm_mon / collector / infra_collectors / base.py
index 586169a..2f97ebc 100644 (file)
@@ -25,6 +25,5 @@ from osm_mon.collector.metric import Metric
 
 
 class BaseInfraCollector:
-
     def collect(self) -> List[Metric]:
         pass