summaryrefslogtreecommitdiff
path: root/source/features/pr-branches.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/pr-branches.tsx')
-rw-r--r--source/features/pr-branches.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/pr-branches.tsx b/source/features/pr-branches.tsx
index de792cb2..e23990dc 100644
--- a/source/features/pr-branches.tsx
+++ b/source/features/pr-branches.tsx
@@ -5,9 +5,9 @@ import PullRequestIcon from 'octicon/git-pull-request.svg';
import features from '.';
import * as api from '../github-helpers/api';
+import {botSelectors} from './dim-bots';
import getDefaultBranch from '../github-helpers/get-default-branch';
import {getRepositoryInfo, getRepoGQL} from '../github-helpers';
-import {botSelectors} from './dim-bots';
type RepositoryReference = {
owner: string;