Skip to content

Commit

Permalink
Remove outdated "Raises" clause
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Sep 20, 2020
1 parent 00e1783 commit 61dba32
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kedro/io/partitioned_data_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ def __init__( # pylint: disable=too-many-arguments
https://kedro.readthedocs.io/en/stable/04_user_guide/08_advanced_io.html#partitioned-dataset-credentials
load_args: Keyword arguments to be passed into ``find()`` method of
the filesystem implementation.
Raises:
DataSetError: If versioning is enabled for the underlying dataset.
"""
# pylint: disable=import-outside-toplevel
from fsspec.utils import infer_storage_options # for performance reasons
Expand Down

0 comments on commit 61dba32

Please sign in to comment.