chore(lint): Run isort

This commit is contained in:
Lev Vereshchagin
2021-12-10 11:53:00 +03:00
parent f8b7b7af05
commit 8b4dfce4f0
10 changed files with 40 additions and 48 deletions

View File

@@ -1,7 +1,8 @@
import os
import frappe
from frappe.utils.backups import scheduled_backup
from frappe.utils import cint, get_sites, now
from frappe.utils.backups import scheduled_backup
def backup(sites, with_files=False):