From 307de06845a0348b9734d65ff4347d0e6505ef97 Mon Sep 17 00:00:00 2001
From: Erik Nygren <erik.nygren@sbb.ch>
Date: Mon, 15 Jul 2019 11:54:39 -0400
Subject: [PATCH] fixed issues with editor with refactored rendertools.py
 removed prints for debugging. updated notebooks to new rendering code -->
 Tests should pass Updated formatting

---
 flatland/envs/observations.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/flatland/envs/observations.py b/flatland/envs/observations.py
index a086f1f5..2d5b1a9a 100644
--- a/flatland/envs/observations.py
+++ b/flatland/envs/observations.py
@@ -22,8 +22,6 @@ class TreeObsForRailEnv(ObservationBuilder):
     For details about the features in the tree observation see the get() function.
     """
 
-
-
     def __init__(self, max_depth, predictor=None):
         super().__init__()
         self.max_depth = max_depth
-- 
GitLab