From 0681ac7bb8e186adcb309f6cc991f21f6d7ebbf0 Mon Sep 17 00:00:00 2001 From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch> Date: Sun, 23 Jun 2019 10:47:13 +0200 Subject: [PATCH] flake8 fix --- flatland/utils/graphics_pil.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flatland/utils/graphics_pil.py b/flatland/utils/graphics_pil.py index 4c0fa3d1..6a8f17f9 100644 --- a/flatland/utils/graphics_pil.py +++ b/flatland/utils/graphics_pil.py @@ -383,7 +383,6 @@ class PILSVG(PILGL): station = self.pilFromSvgFile("svg", "Bahnhof_#d50000_target.svg") self.ltStationColors = self.recolorImage(station, [0, 0, 0], self.ltAgentColors, False) - # Merge them with the regular rails. # https://stackoverflow.com/questions/38987/how-to-merge-two-dictionaries-in-a-single-expression self.dPilRail = {**dPilRailFiles, **dPilTargetFiles} -- GitLab