Skip to content

Commit 4832d2d

Browse files
committed
Removes unused imports
1 parent 8960b65 commit 4832d2d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/commands/git/switch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { ProgressLocation, window } from 'vscode';
22
import type { Container } from '../../container';
33
import type { GitReference } from '../../git/models/reference';
44
import {
5-
getNameWithoutRemote,
65
getReferenceLabel,
76
getReferenceTypeLabel,
87
isBranchReference,

src/commands/git/tag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { QuickInputButtons } from 'vscode';
22
import type { Container } from '../../container';
33
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';
55
import type { Repository } from '../../git/models/repository';
66
import type { QuickPickItemOfT } from '../../quickpicks/items/common';
77
import type { FlagsQuickPickItem } from '../../quickpicks/items/flags';

0 commit comments

Comments
 (0)