diff --git a/pyAmakCore/classes/amas.py b/pyAmakCore/classes/amas.py
index ccb253d24e3b68a397f61dd7ed9fc80c02b52379..81ea8f3a8d17229b0b5857e4f9078c19450cff4c 100644
--- a/pyAmakCore/classes/amas.py
+++ b/pyAmakCore/classes/amas.py
@@ -111,4 +111,3 @@ class Amas(Schedulable, Loggable):
         This method is called at the end of __init__()
         """
         ToOverrideWarning("on_initial_agents_creation")
-
diff --git a/pyAmakCore/classes/scheduler.py b/pyAmakCore/classes/scheduler.py
index a1bdcc2a94b241639de149b967c458455fb94f0e..a7d486c08c84fb6f4137fa3a372e83de3742ce18 100644
--- a/pyAmakCore/classes/scheduler.py
+++ b/pyAmakCore/classes/scheduler.py
@@ -170,4 +170,3 @@ class Scheduler:
             amas_object = pickle.load(handle)
 
         return cls(amas_object)
-