diff --git a/flatland/utils/graphics_pil.py b/flatland/utils/graphics_pil.py index bca964c960ee55d0d110e9c9e71d6b4481d93215..0f67421e397160a9d91085d6bb41568c618c6b6e 100644 --- a/flatland/utils/graphics_pil.py +++ b/flatland/utils/graphics_pil.py @@ -396,7 +396,7 @@ class PILSVG(PILGL): } # "paint" color of the train images we load - this is the color we will change. - # a3BaseColor = self.rgb_s2i("0091ea") + # a3BaseColor = self.rgb_s2i("0091ea") \# noqa: E800 # temporary workaround for trains / agents renamed with different colour: a3BaseColor = self.rgb_s2i("d50000")