We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d66561 commit f601618Copy full SHA for f601618
2 files changed
src/replit/__init__.py
src/replit/object_storage/client.py
@@ -10,7 +10,6 @@
10
from google.auth import identity_pool
11
from google.cloud import storage
12
from google.cloud.exceptions import NotFound
13
-
14
from replit.object_storage._config import REPLIT_ADC, REPLIT_DEFAULT_BUCKET_URL
15
from replit.object_storage.errors import (
16
DefaultBucketError,
0 commit comments