Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Oct 9, 2023
1 parent dff49e0 commit d962c1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion studio/Python/tinymovr/gui/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ def _update(self):
if len(last_updated) > 0:
self.updateAttrsSignal.emit(last_updated)
self.updateTimingsSignal.emit(
{"meas_freq": 1/self.dt_update, "load": self.dt_load/self.dt_update, "getter_dt": self.timed_getter.dt}
{
"meas_freq": 1 / self.dt_update,
"load": self.dt_load / self.dt_update,
"getter_dt": self.timed_getter.dt,
}
)
self.mutx.unlock()

Expand Down

0 comments on commit d962c1b

Please sign in to comment.