Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
roni-kreinin committed Jul 20, 2023
1 parent ae147bb commit fd32fc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def full_path(self) -> str:
return os.path.join(self.path, self.file)

def to_ros_parameters(self) -> dict:
"""Convert parameters to the ros__parameters format"""
"""Convert parameters to the ros__parameters format."""
ros_parameters = {self.namespace: {}}

for node in self.parameters:
Expand Down

0 comments on commit fd32fc1

Please sign in to comment.