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 bb6531a commit 0d1c575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/bucketfs/_buckets.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from requests import HTTPError
from requests.auth import HTTPBasicAuth

from exasol.bucketfs._error import BucketFsError, MountedBucketFsError
from exasol.bucketfs._error import BucketFsError
from exasol.bucketfs._logging import LOGGER
from exasol.bucketfs._shared import (
_build_url,
Expand Down

0 comments on commit 0d1c575

Please sign in to comment.