chore(xo-server): remove useless imports

Introduced by 254558e9d
This commit is contained in:
Julien Fontanet 2021-05-20 10:18:31 +02:00
parent 1d673bf6ff
commit f0096cf0e2
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ import { URL } from 'url'
import { compile as compilePug } from 'pug'
import { fromCallback, fromEvent } from 'promise-toolbox'
import { ifDef } from '@xen-orchestra/defined'
import { join as joinPath } from 'path'
import fse from 'fs-extra'
import { invalidCredentials } from 'xo-common/api-errors.js'

View File

@ -9,7 +9,6 @@ import ndjson from 'ndjson'
import parseArgs from 'minimist'
import sublevel from 'subleveldown'
import util from 'util'
import { join as joinPath } from 'path'
import { forEach } from './utils.mjs'
import globMatcher from './glob-matcher.mjs'