fix(linting): Sort imports

This commit is contained in:
Gavin D'souza 2022-04-18 18:17:40 +05:30
parent 06183535af
commit 8db6bf48f6
2 changed files with 2 additions and 3 deletions

View file

@ -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()

View file

@ -1,2 +1,2 @@
from .utils import *
from .exceptions import *
from .utils import *