From 14d8d9669e05567da52b9027d247f547b32f31aa Mon Sep 17 00:00:00 2001
From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch>
Date: Mon, 24 Jun 2019 17:36:45 +0200
Subject: [PATCH] bug fix flake8

---
 examples/demo.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/demo.py b/examples/demo.py
index 25e9b8cb..01ef58a2 100644
--- a/examples/demo.py
+++ b/examples/demo.py
@@ -107,7 +107,6 @@ class Demo:
             # environment step (apply the actions to all agents)
             next_obs, all_rewards, done, _ = self.env.step(action_dict)
 
-
             if done['__all__']:
                 break
 
-- 
GitLab