Skip to content

Commit d67d85a

Browse files
committed
Fix duplicate import definition
1 parent 7d30948 commit d67d85a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/git/repository.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {getGitHubApiUri, getRemoteName, useEnterprise} from "../configuration/co
77
import {Protocol} from "../external/protocol";
88
import {logDebug, logError} from "../log";
99
import {type RepositoryPermission, getRepositoryPermission} from "./repository-permissions";
10-
import {getGitHubApiUri} from "../configuration/configuration";
1110
import type {API, GitExtension, RepositoryState} from "../typings/git";
1211
// @ts-expect-error esbuild needs the enum from this declaration to interact with git plugin
1312
import {RefType} from "../typings/git.d.ts";

0 commit comments

Comments
 (0)