Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuRA committed Oct 17, 2023
1 parent b1de76c commit 8f05424
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/xo-server/src/api/vm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import { ignoreErrors } from 'promise-toolbox'
import { invalidParameters, noSuchObject, operationFailed, unauthorized } from 'xo-common/api-errors.js'
import { Ref } from 'xen-api'

import { destroy as destroyVtpm } from './vtpm.mjs'

import { forEach, map, mapFilter, parseSize, safeDateFormat } from '../utils.mjs'

const log = createLogger('xo:vm')
Expand Down

0 comments on commit 8f05424

Please sign in to comment.