remove import

This commit is contained in:
Dan Goodman 2021-10-13 14:34:15 -04:00 committed by ab77
parent e10a974a9f
commit dcbba23d80
No known key found for this signature in database
GPG Key ID: D094F44E5E29445A

View File

@ -27,7 +27,6 @@ import * as fetch from 'isomorphic-fetch'
import * as cf from '../../utils/common-flags';
import { flags } from '@oclif/command';
import { uniqueId } from 'lodash';
import { json } from 'body-parser';
interface FlagsDef {
help: void;