Skip to content

Commit ff3e9dd

Browse files
committed
fix: Remove mistakenly added import
1 parent 81f20cc commit ff3e9dd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/plots/plots.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ plots.fontAttrs = require('./font_attributes');
3737
plots.layoutAttributes = require('./layout_attributes');
3838

3939
var commandModule = require('./command');
40-
const { server } = require('karma');
4140
plots.executeAPICommand = commandModule.executeAPICommand;
4241
plots.computeAPICommandBindings = commandModule.computeAPICommandBindings;
4342
plots.manageCommandObserver = commandModule.manageCommandObserver;

0 commit comments

Comments
 (0)