fix: Remove unused imports
diff --git a/erpnext/controllers/accounts_controller.py b/erpnext/controllers/accounts_controller.py
index 9267eb5..14ad422 100644
--- a/erpnext/controllers/accounts_controller.py
+++ b/erpnext/controllers/accounts_controller.py
@@ -19,8 +19,7 @@
 	get_link_to_form,
 	getdate,
 	nowdate,
-	now,
-	today
+	today,
 )
 from six import text_type