Skip to content

Commit 73966f5

Browse files
committed
Revert modification to auto-generated code
1 parent 2072cf3 commit 73966f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop/files/raw_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def list_files(
132132
def retrieve_by_path(
133133
self,
134134
*,
135-
path: str | None = None,
135+
path: str,
136136
environment: typing.Optional[str] = None,
137137
include_raw_file_content: typing.Optional[bool] = None,
138138
request_options: typing.Optional[RequestOptions] = None,

0 commit comments

Comments
 (0)