fix timedelta conversions for pymysq
This commit is contained in:
parent
84e7f8ba67
commit
bc0a2acadf
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ from frappe import _
|
|||
from frappe.model.utils.link_count import flush_local_link_count
|
||||
from frappe.utils.background_jobs import execute_job, get_queue
|
||||
from frappe import as_unicode
|
||||
import six
|
||||
|
||||
# imports - compatibility imports
|
||||
from six import (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue