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:
Jacob Schatz 2018-02-02 19:40:54 +00:00
commit a00aed74af
1 changed files with 0 additions and 1 deletions

View File

@ -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';