Skip to content

Commit

Permalink
Add an example return for get_dpu_list()
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolam committed Nov 11, 2024
1 parent 96f60bd commit c75e9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sonic-py-common/sonic_py_common/device_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,7 @@ def get_dpu_list():
Returns:
A list indicating the list of DPUs.
For example, ['dpu0', 'dpu1', 'dpu2']
"""

if is_dpu():
Expand Down

0 comments on commit c75e9fd

Please sign in to comment.