fix (linting): remove unused import
This commit is contained in:
parent
bf47bc8ba3
commit
9dbaf7932a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
from json import loads, dumps
|
||||
from json import loads
|
||||
from frappe import _, DoesNotExistError
|
||||
from frappe.boot import get_allowed_pages, get_allowed_reports
|
||||
from six import string_types
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue