chore(modeling): clean unused import
This commit is contained in:
parent
fe24a098fd
commit
6183fc2561
|
@ -4,8 +4,6 @@ var _ = require('lodash');
|
|||
|
||||
var BpmnModdle = require('bpmn-moddle');
|
||||
|
||||
var Collections = require('diagram-js/lib/util/Collections');
|
||||
|
||||
|
||||
function BpmnFactory() {
|
||||
this._model = BpmnModdle.instance();
|
||||
|
|
Loading…
Reference in New Issue