Merge pull request #15242 from frappe/revert-15241-google_maps_settings

Revert "Google maps settings"
This commit is contained in:
Zarrar 2018-08-28 17:26:47 +05:30 committed by GitHub
commit af370c8147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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