Skip to content

Commit c23c0ca

Browse files
committed
remove unused params
1 parent 570bcb9 commit c23c0ca

File tree

1 file changed

+8
-5
lines changed
  • ads/opctl/operator/lowcode/common

1 file changed

+8
-5
lines changed

ads/opctl/operator/lowcode/common/utils.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,14 @@ def write_data(data, filename, format, storage_options, index=False, **kwargs):
8181
def get_unique_report_dir(output_dir: str) -> str:
8282
"""
8383
Generate a unique directory path for the report output.
84-
Args:
85-
- output_dir (str): The requested output directory path.
86-
- report_name (str): The name of the report.
87-
Returns:
88-
- str: The unique directory path for the report output.
84+
85+
Parameters
86+
------------
87+
output_dir: str
88+
The requested output directory path.
89+
Returns
90+
--------
91+
str: The unique directory path for the report output.
8992
"""
9093

9194
if output_dir:

0 commit comments

Comments
 (0)