Skip to content

Commit

Permalink
add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed May 28, 2024
1 parent 832ad00 commit 9290648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crazyflie_py/crazyflie_py/crazyflie.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ def getParam(self, name):
Returns:
value (Any): The parameter's value.
"""
param_name = self.prefix[1:] + '.params.' + name
req = GetParameters.Request()
Expand Down

0 comments on commit 9290648

Please sign in to comment.