summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/project_creator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/import_export/project_creator.rb')
-rw-r--r--lib/gitlab/import_export/project_creator.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/project_creator.rb b/lib/gitlab/import_export/project_creator.rb
index 89388d1984b..77bb3ca6581 100644
--- a/lib/gitlab/import_export/project_creator.rb
+++ b/lib/gitlab/import_export/project_creator.rb
@@ -1,7 +1,6 @@
module Gitlab
module ImportExport
class ProjectCreator
-
def initialize(namespace_id, current_user, file, project_path)
@namespace_id = namespace_id
@current_user = current_user