diff --git a/flatland/utils/graphics_pil.py b/flatland/utils/graphics_pil.py
index 4c0fa3d17d09f85133fab7b7f21e3e8a030fba57..6a8f17f9f73c10ad6d33f51fcbea173ed1a455fc 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}