File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { ProgressLocation, window } from 'vscode';
2
2
import type { Container } from '../../container' ;
3
3
import type { GitReference } from '../../git/models/reference' ;
4
4
import {
5
- getNameWithoutRemote ,
6
5
getReferenceLabel ,
7
6
getReferenceTypeLabel ,
8
7
isBranchReference ,
Original file line number Diff line number Diff line change 1
1
import { QuickInputButtons } from 'vscode' ;
2
2
import type { Container } from '../../container' ;
3
3
import type { GitReference , GitTagReference } from '../../git/models/reference' ;
4
- import { getNameWithoutRemote , getReferenceLabel , isRevisionReference } from '../../git/models/reference' ;
4
+ import { getReferenceLabel , isRevisionReference } from '../../git/models/reference' ;
5
5
import type { Repository } from '../../git/models/repository' ;
6
6
import type { QuickPickItemOfT } from '../../quickpicks/items/common' ;
7
7
import type { FlagsQuickPickItem } from '../../quickpicks/items/flags' ;
You can’t perform that action at this time.
0 commit comments