You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: fix E701 lint errors in level.py param-build wrappers
The previous commit introduced 12 cases of 'if cond: stmt' on a single line
across get_actor_property_metadata, spawn_actor_by_class, and find_actors.
ruff E701 (multiple statements on one line) flagged all of them in CI.
Same rule that was previously fixed in niagara.py — splitting each into
two-line form here as well.
0 commit comments