Skip to content

Commit

Permalink
fix docstring lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneKeenan committed Oct 23, 2024
1 parent 949800c commit 078ff2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bluezero/microbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@ def subscribe_accelerometer(self, user_callback):
"""
Execute user_callback on data being received on accelerometer service
:param user_callback: User callback method receiving the accelerometer values
:param user_callback: User callback method receiving the accelerometer
values
:return:
"""
self.user_accel_cb = user_callback
Expand Down

0 comments on commit 078ff2e

Please sign in to comment.