Skip to content

Commit

Permalink
docstring linting
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Apr 17, 2024
1 parent c7399b9 commit 3772f6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mqtt_ros_bridge/bridge_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ def __init__(self, args: list[str]) -> None:
self.mqtt_client.on_message = self.mqtt_callback

def topic_info_from_parameters(self, config: str) -> dict[str, TopicMsgInfo]:
"""Takes a path to a config file and returns a TopicMsgInfo dictionary."""

"""Take a path to a config file and returns a TopicMsgInfo dictionary."""
config = os.path.expanduser(config)
topic_infos: dict[str, TopicMsgInfo] = {}

Expand Down

0 comments on commit 3772f6f

Please sign in to comment.