fix: PEP8 recommended whitspace
diff --git a/erpnext/hr/utils.py b/erpnext/hr/utils.py
index 2dc0ab0..0226201 100644
--- a/erpnext/hr/utils.py
+++ b/erpnext/hr/utils.py
@@ -57,7 +57,6 @@
 				if "Administrator" in users:
 					users.remove("Administrator")
 
-
 			# assign the task the users
 			if users:
 				self.assign_task_to_users(task, set(users))