Commit a00aed74 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'fix-eslint-axios' into 'master'

Remove duplicate axios import

Closes #42722

See merge request gitlab-org/gitlab-ce!16891
parents 974bb446 0cc87e5f
......@@ -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';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment