Skip to content
Snippets Groups Projects
Commit 18d3b6e4 authored by shinedday's avatar shinedday
Browse files

Removed useless newline

parent bac62031
Branches
Tags
No related merge requests found
...@@ -111,4 +111,3 @@ class Amas(Schedulable, Loggable): ...@@ -111,4 +111,3 @@ class Amas(Schedulable, Loggable):
This method is called at the end of __init__() This method is called at the end of __init__()
""" """
ToOverrideWarning("on_initial_agents_creation") ToOverrideWarning("on_initial_agents_creation")
...@@ -170,4 +170,3 @@ class Scheduler: ...@@ -170,4 +170,3 @@ class Scheduler:
amas_object = pickle.load(handle) amas_object = pickle.load(handle)
return cls(amas_object) return cls(amas_object)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment