Skip to content

Commit 45adcd5

Browse files
committed
minor changes
1 parent 5db8a24 commit 45adcd5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

s3fs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .core import S3FileSystem, S3File
1+
from .core import S3FileSystem, S3File, add_retryable_error, set_custom_error_handler
22
from .mapping import S3Map
33

44
from ._version import get_versions

s3fs/tests/test_custom_error_handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import asyncio
44
import pytest
5-
from unittest.mock import patch
65
from botocore.exceptions import ClientError
76

87
import s3fs.core

0 commit comments

Comments
 (0)