Merge branch 'fix-eslint-axios' into 'master'
Remove duplicate axios import Closes #42722 See merge request gitlab-org/gitlab-ce!16891
This commit is contained in:
commit
a00aed74af
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ import 'vendor/jquery.atwho';
|
|||
import AjaxCache from '~/lib/utils/ajax_cache';
|
||||
import axios from './lib/utils/axios_utils';
|
||||
import { getLocationHash } from './lib/utils/url_utility';
|
||||
import axios from './lib/utils/axios_utils';
|
||||
import Flash from './flash';
|
||||
import CommentTypeToggle from './comment_type_toggle';
|
||||
import GLForm from './gl_form';
|
||||
|
|
Loading…
Reference in a new issue