Browse Source

chore: Remove unused imports

version-14
Deepesh Garg 3 years ago
parent
commit
977c9d1622
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      frappe/core/doctype/data_import/data_import.py
  2. +0
    -1
      frappe/core/doctype/data_import/test_importer.py

+ 0
- 1
frappe/core/doctype/data_import/data_import.py View File

@@ -12,7 +12,6 @@ from frappe.model.document import Document
from frappe.modules.import_file import import_file_by_path
from frappe.utils.background_jobs import enqueue
from frappe.utils.csvutils import validate_google_sheets_url
from frappe.utils import cint


class DataImport(Document):


+ 0
- 1
frappe/core/doctype/data_import/test_importer.py View File

@@ -3,7 +3,6 @@
# License: MIT. See LICENSE
import unittest
import frappe
import json
from frappe.core.doctype.data_import.importer import Importer
from frappe.utils import getdate, format_duration



Loading…
Cancel
Save