Commit 74b8d670 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'fix-compile-assets' into 'master'

Remove duplicate imports

See merge request gitlab-org/gitlab-ee!4566
parents c840e871 bf9f8040
......@@ -4,8 +4,6 @@ import axios from '~/lib/utils/axios_utils';
import Flash from '../flash';
import AUTH_METHOD from './constants';
import { backOff } from '../lib/utils/common_utils';
import { __ } from '../locale';
import axios from '../lib/utils/axios_utils';
export default class MirrorPull {
constructor(formSelector) {
......
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