Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ErmiasG committed Oct 9, 2023
1 parent 9bb337c commit cdf47a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/hopsworks/core/dataset_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def __init__(
self._log = logging.getLogger(__name__)

FLOW_PERMANENT_ERRORS = [404, 413, 415, 500, 501]
FLOW_SUCCESS_STATUSES = [200, 201, 202]

def download(self, path: str, local_path: str = None, overwrite: bool = False):
"""Download file from Hopsworks Filesystem to the current working directory.
Expand Down

0 comments on commit cdf47a1

Please sign in to comment.