Skip to content

Commit

Permalink
Add pylint disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kangz12345 committed Jan 30, 2024
1 parent d861a5e commit fe1918c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iquip/apps/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _moveTo(self, client: Client, position_m: float):
client.move_to(position_m)


class StageProxy:
class StageProxy: # pylint: disable=too-few-public-methods
"""Proxy bound to a string key for emitting signals with the key.
Usage:
Expand Down

0 comments on commit fe1918c

Please sign in to comment.