Skip to content

Commit

Permalink
Delete unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
  • Loading branch information
mmorhun committed May 29, 2020
1 parent 41c8e27 commit 003c8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/kube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { merge } from 'lodash'
import * as net from 'net'
import { Writable } from 'stream'

import { CHE_CLUSTER_CRD, CHE_ROOT_CA_SECRET_NAME, DEFAULT_CHE_IMAGE, OLM_STABLE_CHANNEL_NAME } from '../constants'
import { CHE_CLUSTER_CRD, DEFAULT_CHE_IMAGE, OLM_STABLE_CHANNEL_NAME } from '../constants'
import { getClusterClientCommand } from '../util'

import { V1alpha2Certificate } from './typings/cert-manager'
Expand Down

0 comments on commit 003c8a2

Please sign in to comment.