From c45b164dfc2740b63a77b57dddb2c01927272e83 Mon Sep 17 00:00:00 2001
From: hagrid67 <jdhwatson@gmail.com>
Date: Tue, 23 Apr 2019 18:51:28 +0100
Subject: [PATCH] fixed flake8 2 blank lines...

---
 flatland/utils/rendertools.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flatland/utils/rendertools.py b/flatland/utils/rendertools.py
index 0ce87ff..d97f716 100644
--- a/flatland/utils/rendertools.py
+++ b/flatland/utils/rendertools.py
@@ -9,6 +9,7 @@ from collections import deque
 
 # TODO: suggested renaming to RailEnvRenderTool, as it will only work with RailEnv!
 
+
 class RenderTool(object):
     Visit = recordtype("Visit", ["rc", "iDir", "iDepth", "prev"])
 
-- 
GitLab