Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent 79e0362 commit 08854be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socs/agents/hwp_supervisor/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ def monitor(self, session, params) -> Tuple[bool, str]:
now = time.time()
session.data['timestamp'] = now

ops = self.hwp_state.update(test_mode = test_mode)
ops = self.hwp_state.update(test_mode=test_mode)
session.data['monitored_sessions'] = ops
session.data['hwp_state'] = asdict(self.hwp_state)

Expand Down

0 comments on commit 08854be

Please sign in to comment.