diff --git a/django_diu/import_command.py b/django_diu/import_command.py
index 6035380549f9648174ac5ab49411f79bd623245d..99be587feee973ec3b9f7a6313428697bd3bf588 100644
--- a/django_diu/import_command.py
+++ b/django_diu/import_command.py
@@ -126,7 +126,7 @@ class MysqlImportTask(ImportTask):
     outer_sql = ""
 
     def __init__(self, command, **kwargs):
-        super().__init__(*args, **kwargs)
+        super().__init__(command, **kwargs)
         try:
             self.conn = kwargs['conn']
         except KeyError as ke: