Skip to content

Commit

Permalink
Fix import (#538)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
  • Loading branch information
tolusha authored Feb 26, 2020
1 parent 5218931 commit 9767a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/kube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import { merge } from 'lodash'
import * as net from 'net'
import { Writable } from 'stream'

import { getClusterClientCommand } from '../../src/util'
import { DEFAULT_CHE_IMAGE } from '../constants'
import { getClusterClientCommand } from '../util'

export class KubeHelper {
kc = new KubeConfig()
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ ecc-jsbn@~0.1.1:

"eclipse-che@git://github.com/eclipse/che#master":
version "0.0.0"
resolved "git://github.com/eclipse/che#980be4ce442fad6bdf3f1203615af4147b06d066"
resolved "git://github.com/eclipse/che#3af3742d6f3263a0cc75cb9261b0bc04acdf487e"

editorconfig@^0.15.0:
version "0.15.3"
Expand Down

0 comments on commit 9767a5c

Please sign in to comment.