Skip to content

Commit

Permalink
chore(opendal_storage): remove unused comment (#11783)
Browse files Browse the repository at this point in the history
Signed-off-by: -LAN- <laipz8200@outlook.com>
  • Loading branch information
laipz8200 authored Dec 18, 2024
1 parent f7415e1 commit 688292e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/extensions/storage/opendal_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def __init__(self, scheme: str, **kwargs):
root = kwargs.get("root", "storage")
Path(root).mkdir(parents=True, exist_ok=True)

# self.op = opendal.Operator(scheme=scheme, **kwargs)
self.op = opendal.Operator(scheme=scheme, **kwargs)
logger.debug(f"opendal operator created with scheme {scheme}")
retry_layer = opendal.layers.RetryLayer(max_times=3, factor=2.0, jitter=True)
Expand Down

0 comments on commit 688292e

Please sign in to comment.