Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht committed Sep 10, 2024
1 parent 6b6b309 commit 243a0ec
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion kedro/io/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,18 @@
VERSION_KEY = "version"
HTTP_PROTOCOLS = ("http", "https")
PROTOCOL_DELIMITER = "://"
CLOUD_PROTOCOLS = ("s3", "s3n", "oss", "s3a", "gcs", "gs", "adl", "abfs", "abfss", "gdrive")
CLOUD_PROTOCOLS = (
"s3",
"s3n",
"oss",
"s3a",
"gcs",
"gs",
"adl",
"abfs",
"abfss",
"gdrive",
)


class DatasetError(Exception):
Expand Down

0 comments on commit 243a0ec

Please sign in to comment.