[fix] [minor] budget variance report fixed
diff --git a/accounts/report/budget_variance_report/budget_variance_report.py b/accounts/report/budget_variance_report/budget_variance_report.py
index ee4f6fe..941fb8a 100644
--- a/accounts/report/budget_variance_report/budget_variance_report.py
+++ b/accounts/report/budget_variance_report/budget_variance_report.py
@@ -92,6 +92,7 @@
 		(filters.get("fiscal_year"), filters.get("company")), as_dict=1)
 
 def get_costcenter_account_month_map(filters):
+	import datetime
 	costcenter_target_details = get_costcenter_target_details(filters)
 	tdd = get_target_distribution_details(filters)
 	actual_details = get_actual_details(filters)