Skip to content

Commit

Permalink
Fixes lint
Browse files Browse the repository at this point in the history
  • Loading branch information
axosoft-ramint committed Oct 5, 2023
1 parent 77beea7 commit 414edb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plus/github/models.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Endpoints } from '@octokit/types';
import { GitFileIndexStatus } from '../../git/models/file';
import type { IssueLabel, IssueMember, IssueOrPullRequestType } from '../../git/models/issue';
import type { IssueLabel, IssueOrPullRequestType } from '../../git/models/issue';
import { Issue } from '../../git/models/issue';
import type { PullRequestState } from '../../git/models/pullRequest';
import { PullRequest, PullRequestMergeableState, PullRequestReviewDecision } from '../../git/models/pullRequest';
Expand Down

0 comments on commit 414edb1

Please sign in to comment.