Skip to content

Commit

Permalink
Formatted python
Browse files Browse the repository at this point in the history
  • Loading branch information
wdan31 committed Nov 21, 2024
1 parent de18002 commit a0b0560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/communications/communications.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def __init__(
self.__logger = local_logger

def run(
self, objects_in_world: list[object_in_world.ObjectInWorld],
self,
objects_in_world: list[object_in_world.ObjectInWorld],
) -> tuple[bool, list[object_in_world.ObjectInWorld] | None]:

objects_in_world_global = []
Expand Down

0 comments on commit a0b0560

Please sign in to comment.