Skip to content
Snippets Groups Projects
Commit 90986bc0 authored by Stefano Borini's avatar Stefano Borini
Browse files

flake

parent f067e8c8
No related branches found
No related tags found
1 merge request!55Remove application and model from bundles. Added plugin reference.
......@@ -10,6 +10,7 @@ class IKPICalculatorBundle(Interface):
name = String()
plugin = Instance(Plugin)
def create_kpi_calculator(self):
pass
......
......@@ -2,8 +2,6 @@ import abc
from traits.api import ABCHasStrictTraits, Instance
from .base_mco_model import BaseMCOModel
from ..bdss_application import BDSSApplication
from .i_mco_bundle import IMCOBundle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment