Skip to content

Commit 68b211a

Browse files
committed
pylint trailing spaces.....
1 parent 2a5c0da commit 68b211a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fruit_Jam/Fruit_Jam_Logic_Gates/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def create_entity_from_json(self, entity_json, add_to_workspace=True):
585585
# special case Connectors need the connector number
586586
elif entity_json["class"] == "SignalReceiver" or \
587587
entity_json["class"] == "SignalTransmitter":
588-
588+
589589
if entity_json.get("connector_number") is not None:
590590
new_entity = ENTITY_CLASS_CONSTRUCTOR_MAP[entity_json["class"]](
591591
location, self, entity_json["connector_number"],

0 commit comments

Comments
 (0)