Skip to content

Commit

Permalink
Fix importing
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Nov 25, 2020
1 parent 706c6b2 commit 03226c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/che-login-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import * as path from 'path'
import * as querystring from 'querystring'

import { ACCESS_TOKEN_KEY } from '../common-flags'
import { CheHelper } from './che'

import { CheHelper } from './che'
import { CheApiClient } from './che-api-client'
import { KubeHelper } from './kube'

Expand Down

0 comments on commit 03226c1

Please sign in to comment.