Skip to content

Commit 9841388

Browse files
authored
Merge branch 'main' into updates-base-py
2 parents 6ee537a + f12c891 commit 9841388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/python/opendal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
# ruff: noqa: D104
19-
import builtins
19+
from __future__ import annotations
2020

2121
from opendal._opendal import * # ty: ignore
2222
from opendal.operator import AsyncOperator, Operator

0 commit comments

Comments
 (0)