diff options
author | 2020-06-26 04:30:43 -0400 | |
---|---|---|
committer | 2020-06-26 10:30:43 +0200 | |
commit | c6c727ca571c91d1ff426e218ccadb075cdb2af6 (patch) | |
tree | e1855bb6c6d37f0b28b97be73192316fec2067e5 /source/features/pr-branches.tsx | |
parent | 15da229b3a29483f076782361ac429854f18e18b (diff) | |
download | refined-github-c6c727ca571c91d1ff426e218ccadb075cdb2af6.tar.gz refined-github-c6c727ca571c91d1ff426e218ccadb075cdb2af6.tar.zst refined-github-c6c727ca571c91d1ff426e218ccadb075cdb2af6.zip |
Lint and avoid errors (#3256)
Diffstat (limited to 'source/features/pr-branches.tsx')
-rw-r--r-- | source/features/pr-branches.tsx | 2 |
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; |