summaryrefslogtreecommitdiff
path: root/source/features/add-tag-to-commits.tsx
diff options
context:
space:
mode:
authorGravatar Fregante <opensource@bfred.it> 2020-05-08 03:39:07 +0200
committerGravatar GitHub <noreply@github.com> 2020-05-08 03:39:07 +0200
commitd092435a8016b312b2ed55e78ab57bb3d95be742 (patch)
tree466af32d42171cb2ed8c7132f0fe54a8170d4c0e /source/features/add-tag-to-commits.tsx
parenta24d9460d36e5147f5a9f389923f2eb75f34e34f (diff)
downloadrefined-github-d092435a8016b312b2ed55e78ab57bb3d95be742.tar.gz
refined-github-d092435a8016b312b2ed55e78ab57bb3d95be742.tar.zst
refined-github-d092435a8016b312b2ed55e78ab57bb3d95be742.zip
Lint (#3072)
Co-Authored-By: yakov116 <yakov116@users.noreply.github.com>
Diffstat (limited to 'source/features/add-tag-to-commits.tsx')
-rw-r--r--source/features/add-tag-to-commits.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/add-tag-to-commits.tsx b/source/features/add-tag-to-commits.tsx
index 25ee53af..e55222ea 100644
--- a/source/features/add-tag-to-commits.tsx
+++ b/source/features/add-tag-to-commits.tsx
@@ -3,6 +3,7 @@ import cache from 'webext-storage-cache';
import select from 'select-dom';
import TagIcon from 'octicon/tag.svg';
import * as pageDetect from 'github-url-detection';
+
import features from '../libs/features';
import * as api from '../libs/api';
import {getOwnerAndRepo, getRepoURL, getRepoGQL} from '../libs/utils';