From dc2fa1ee0244b15c76d89ab768c5e1bbd2716147 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mattias=20Ljungstr=C3=B6m?= <ml@mljx.io>
Date: Thu, 16 May 2019 14:16:53 +0200
Subject: [PATCH] fixing flake8 error

---
 tests/test_rendertools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_rendertools.py b/tests/test_rendertools.py
index ea4ad3c4..dd746e7c 100644
--- a/tests/test_rendertools.py
+++ b/tests/test_rendertools.py
@@ -6,7 +6,7 @@ Tests for `flatland` package.
 
 from flatland.envs.rail_env import RailEnv, random_rail_generator
 import numpy as np
-import os
+# import os
 import sys
 
 import matplotlib.pyplot as plt
-- 
GitLab