Skip to content

Commit

Permalink
YDA-5496 - Fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kaur16 committed Dec 11, 2023
1 parent 82922c1 commit f6600c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion research.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def api_research_folder_copy(ctx, folder_path, new_folder_path, overwrite=False)
:param ctx: Combined type of a callback and rei struct
:param folder_path: Path to the folder to copy
:param new_folder_path: Path to the new copy of the folder
:param overwrite: Overwrite file if it already exists
:param overwrite: Overwrite folder if it already exists
:returns: Dict with API status result
"""
Expand Down Expand Up @@ -159,6 +159,7 @@ def api_research_folder_move(ctx, folder_path, new_folder_path, overwrite=False)
:param ctx: Combined type of a callback and rei struct
:param folder_path: Path to the folder to move
:param new_folder_path: Path to the new folder
:param overwrite: Overwrite folder if it already exists
:returns: Dict with API status result
"""
Expand Down

0 comments on commit f6600c6

Please sign in to comment.