Skip to content

Commit

Permalink
fix: use raw docstrings when comments contain backslash (box/box-code…
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Sep 23, 2024
1 parent e3db9f6 commit 48b74ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "f751635", "specHash": "6b64d06", "version": "1.5.1" }
{ "engineHash": "a8a741c", "specHash": "6b64d06", "version": "1.5.1" }
2 changes: 1 addition & 1 deletion box_sdk_gen/managers/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def copy_file(
fields: Optional[List[str]] = None,
extra_headers: Optional[Dict[str, Optional[str]]] = None
) -> FileFull:
"""
r"""
Creates a copy of a file.
:param file_id: The unique identifier that represents a file.
Expand Down
4 changes: 2 additions & 2 deletions box_sdk_gen/managers/folders.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ def create_folder(
fields: Optional[List[str]] = None,
extra_headers: Optional[Dict[str, Optional[str]]] = None
) -> FolderFull:
"""
r"""
Creates a new empty folder within the specified parent folder.
:param name: The name for the new folder.
Expand Down Expand Up @@ -881,7 +881,7 @@ def copy_folder(
fields: Optional[List[str]] = None,
extra_headers: Optional[Dict[str, Optional[str]]] = None
) -> FolderFull:
"""
r"""
Creates a copy of a folder within a destination folder.
The original folder will not be changed.
Expand Down

0 comments on commit 48b74ac

Please sign in to comment.