Skip to content
Snippets Groups Projects
Commit 0681ac7b authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

flake8 fix

parent 2093cb57
No related branches found
No related tags found
No related merge requests found
...@@ -383,7 +383,6 @@ class PILSVG(PILGL): ...@@ -383,7 +383,6 @@ class PILSVG(PILGL):
station = self.pilFromSvgFile("svg", "Bahnhof_#d50000_target.svg") station = self.pilFromSvgFile("svg", "Bahnhof_#d50000_target.svg")
self.ltStationColors = self.recolorImage(station, [0, 0, 0], self.ltAgentColors, False) self.ltStationColors = self.recolorImage(station, [0, 0, 0], self.ltAgentColors, False)
# Merge them with the regular rails. # Merge them with the regular rails.
# https://stackoverflow.com/questions/38987/how-to-merge-two-dictionaries-in-a-single-expression # https://stackoverflow.com/questions/38987/how-to-merge-two-dictionaries-in-a-single-expression
self.dPilRail = {**dPilRailFiles, **dPilTargetFiles} self.dPilRail = {**dPilRailFiles, **dPilTargetFiles}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment