Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
ref: added newlines between args and returns in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellJC authored Aug 18, 2024
1 parent ba8b3bd commit fb57794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/data/routines.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def get_users(num: int = 10) -> list[User]:
"""
Args:
num: Number of user to retrieve
Returns:
num users from the database.
"""
Expand All @@ -98,6 +99,7 @@ def get_postures(num: int = 10) -> list[Posture]:
"""
Args:
num: Number of posture records to retrieve
Returns:
num posture records from the database.
"""
Expand Down

0 comments on commit fb57794

Please sign in to comment.