Skip to content

Commit b651e47

Browse files
stephane-caronStéphane Caron
authored andcommitted
Manual docstring updates in _cache
1 parent dcd2e2b commit b651e47

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

robot_descriptions/_cache.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ def update(
4848
max_count: Union[str, float, None] = None,
4949
message: str = "",
5050
) -> None:
51-
"""
52-
Update progress bar.
51+
"""Update progress bar.
5352
5453
Args:
5554
op_code: Integer that can be compared against Operation IDs and
@@ -68,8 +67,7 @@ def clone_to_directory(
6867
target_dir: str,
6968
commit: Optional[str] = None,
7069
) -> Repo:
71-
"""
72-
Clone a git repository to a designated directory.
70+
"""Clone a git repository to a designated directory.
7371
7472
Args:
7573
repo_url: URL to the git repository to clone.
@@ -114,8 +112,7 @@ def clone_to_directory(
114112

115113

116114
def clone_to_cache(description_name: str, commit: Optional[str] = None) -> str:
117-
"""
118-
Get a local working directory cloned from a remote git repository.
115+
"""Get a local working directory cloned from a remote git repository.
119116
120117
Args:
121118
description_name: Name of the robot description to clone.

0 commit comments

Comments
 (0)