From 45ec8ed4857cc2d63e025a72e7d4a6dd568755c1 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Mon, 28 Sep 2020 19:18:14 +0530 Subject: [PATCH] fix: Sider --- frappe/utils/backups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/utils/backups.py b/frappe/utils/backups.py index ec621fd4bc..bc13158954 100644 --- a/frappe/utils/backups.py +++ b/frappe/utils/backups.py @@ -14,7 +14,7 @@ import click # imports - module imports import frappe from frappe import _, conf -from frappe.utils import cstr, get_url, now, now_datetime, get_file_size +from frappe.utils import get_url, now, now_datetime, get_file_size # backup variable for backwards compatibility verbose = False