removed import added by accident

This commit is contained in:
Jack Bird 2023-07-15 21:20:15 +01:00
parent df4215dd11
commit d50d910c9b

View file

@ -3,7 +3,6 @@ var intl = require('../intl');
var Graph = require('../graph');
var Errors = require('../util/errors');
const { compact } = require('underscore');
var CommandProcessError = Errors.CommandProcessError;
var GitError = Errors.GitError;
var Warning = Errors.Warning;