fix(linting): Sort imports
This commit is contained in:
parent
06183535af
commit
8db6bf48f6
2 changed files with 2 additions and 3 deletions
|
|
@ -2,9 +2,8 @@ import json
|
|||
from typing import Dict, List
|
||||
|
||||
import frappe
|
||||
from frappe.utils import cint, cstr
|
||||
|
||||
from frappe.core.doctype.file.file import File, setup_folder_path
|
||||
from frappe.utils import cint, cstr
|
||||
|
||||
|
||||
@frappe.whitelist()
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
from .utils import *
|
||||
from .exceptions import *
|
||||
from .utils import *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue