Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / metrics / self_metrics.nit
index e2f1172..ba7ea78 100644 (file)
 
 # Metrics about the usage of explicit and implicit self
 module self_metrics
-import modelbuilder
-private import metrics_base
-import frontend
+
+import metrics_base
 
 redef class ToolContext
-       var self_metrics_phase = new SelfMetricsPhase(self, null)
+       var self_metrics_phase: Phase = new SelfMetricsPhase(self, null)
 end
 
 private class SelfMetricsPhase