Fix docstring

This commit is contained in:
allegroai 2021-03-31 23:51:48 +03:00
parent 31d3b6dbc5
commit e8752c54ff

View File

@ -190,8 +190,7 @@ class Dataset(object):
def remove_files(self, dataset_path=None, recursive=True, verbose=False): def remove_files(self, dataset_path=None, recursive=True, verbose=False):
# type: (Optional[str], bool, bool) -> int # type: (Optional[str], bool, bool) -> int
""" """
Add a folder into the current dataset. calculate file hash, Remove files from the current dataset
and compare against parent, mark files to be uploaded
:param dataset_path: Remove files from the dataset. :param dataset_path: Remove files from the dataset.
The path is always relative to the dataset (e.g 'folder/file.bin') The path is always relative to the dataset (e.g 'folder/file.bin')