[fix] fix google map imports (#15240)

This commit is contained in:
Saurabh
2018-08-28 15:23:35 +05:30
committed by Rushabh Mehta
parent 2d28eccdcf
commit f2caacdf74

View File

@@ -10,6 +10,7 @@ from frappe import _
from frappe.model.document import Document from frappe.model.document import Document
from frappe.utils.user import get_user_fullname from frappe.utils.user import get_user_fullname
from frappe.utils import getdate, cstr from frappe.utils import getdate, cstr
from frappe.integrations.doctype.google_maps.google_maps_settings import round_timedelta, format_address
class DeliveryTrip(Document): class DeliveryTrip(Document):
pass pass