Skip to content

Commit

Permalink
Make 2 blank lines between global definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kangz12345 committed Jan 30, 2024
1 parent 9f05f9b commit 617b668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iquip/apps/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def wrapped(self: "StageManager", key: str, *args, **kwargs):
self._clients.pop(key) # pylint: disable=protected-access
return wrapped


class StageManager(QObject):
"""Manages the stage RPC clients which live in a dedicated thread.
Expand Down

0 comments on commit 617b668

Please sign in to comment.