fix: formatting
diff --git a/erpnext/www/book-appointment/index.py b/erpnext/www/book-appointment/index.py
index e279a47..6f416d1 100644
--- a/erpnext/www/book-appointment/index.py
+++ b/erpnext/www/book-appointment/index.py
@@ -59,7 +59,6 @@
query_start_time = query_start_time.astimezone(local_timezone)
query_end_time = query_end_time.astimezone(local_timezone)
now = datetime.datetime.now()
- # now = local_timezone.localize(now)
# Database queries
settings = frappe.get_doc('Appointment Booking Settings')
holiday_list = frappe.get_doc('Holiday List', settings.holiday_list)
diff --git a/erpnext/www/book-appointment/verify/index.py b/erpnext/www/book-appointment/verify/index.py
index 6eda19f..e8ccecd 100644
--- a/erpnext/www/book-appointment/verify/index.py
+++ b/erpnext/www/book-appointment/verify/index.py
@@ -1,4 +1,5 @@
import frappe
+
from frappe.utils.verified_command import verify_request
@frappe.whitelist(allow_guest=True)
def get_context(context):