Skip to content

Commit 7effc43

Browse files
committed
thanks copilot
1 parent d52b272 commit 7effc43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/github/pullRequestModel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { ConflictResolutionModel } from './conflictResolutionModel';
1313
import { CredentialStore } from './credentials';
1414
import { showEmptyCommitWebview } from './emptyCommitWebview';
1515
import { FolderRepositoryManager } from './folderRepositoryManager';
16-
import { GitHubRepository, GraphQLError, GraphQLErrorType } from './githubRepository';
16+
import { GitHubRepository } from './githubRepository';
1717
import {
1818
AddCommentResponse,
1919
AddReactionResponse,
@@ -66,7 +66,7 @@ import {
6666
ReviewEventEnum,
6767
} from './interface';
6868
import { IssueChangeEvent, IssueModel } from './issueModel';
69-
import { compareCommits } from './loggingOctokit';
69+
import { compareCommits, GraphQLError, GraphQLErrorType } from './loggingOctokit';
7070
import {
7171
convertRESTPullRequestToRawPullRequest,
7272
convertRESTReviewEvent,

0 commit comments

Comments
 (0)