Skip to content

Commit

Permalink
#114 Added the service_name to buckets; made MountedBucket R/W
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Apr 23, 2024
1 parent 0d1c575 commit 2c5f418
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exasol/bucketfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
StorageBackend,
build_path
)
from exasol.bucketfs._error import BucketFsError, MountedBucketFsError
from exasol.bucketfs._error import BucketFsError
from exasol.bucketfs._service import Service

__all__ = [
Expand All @@ -70,7 +70,6 @@
"Bucket",
"MappedBucket",
"BucketFsError",
"MountedBucketFsError",
"PathLike",
"StorageBackend",
"build_path",
Expand Down

0 comments on commit 2c5f418

Please sign in to comment.