diff --git a/sched/template.py b/sched/template.py
index 5054aa87c14486c7dd7dfc5adbf6eca16f7d07d0..d1f5c069e6573ca79715a2b04d980ec1f6f693e8 100644
--- a/sched/template.py
+++ b/sched/template.py
@@ -6,10 +6,6 @@ from batsim.batsim import BatsimScheduler, Batsim
 
 
 class Template(BatsimScheduler):
-    def __init__(self, options):
-        """Anything you need to initialize at class creation"""
-        pass
-
     def onSimulationBegins(self):
         """Initialize your necessary variables and data structures..."""
         pass