Skip to content

Commit

Permalink
remove wrong code
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Oct 18, 2023
1 parent 845a9e6 commit 84f78f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/hopsworks/core/dataset_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def copy(self, source_path: str, destination_path: str):
}
_client._send_request(
"POST", path_params, query_params=query_params
)["attributes"]["path"]
)

def move(self, source_path: str, destination_path: str):
"""Move a file or directory in the Hopsworks Filesystem.
Expand Down Expand Up @@ -447,4 +447,4 @@ def move(self, source_path: str, destination_path: str):
}
_client._send_request(
"POST", path_params, query_params=query_params
)["attributes"]["path"]
)

0 comments on commit 84f78f1

Please sign in to comment.