From 8a5a364b398cb0805de348cc15302528887a2545 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr>
Date: Wed, 24 Jan 2024 11:52:11 +0100
Subject: [PATCH] remove class init because logger bug

---
 sched/template.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sched/template.py b/sched/template.py
index 5054aa8..d1f5c06 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
-- 
GitLab