Skip to content

Commit c7203c2

Browse files
committed
fix formatting
1 parent b4d7773 commit c7203c2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bindings/python/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ lint: setup
121121
@cargo clippy -- -D warnings -D clippy::dbg_macro -A clippy::incompatible_msrv
122122
@echo "{{ BOLD }}--- Running Python linter ---{{ NORMAL }}"
123123
@uv run ruff check
124-
@uv run ty check
124+
@uv run ty check ./python
125125

126126
# Format all code (Rust, Python, etc.)
127127
[group('lint')]

bindings/python/python/opendal/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
# ruff: noqa: D104
19-
import builtins
18+
# ruff: noqa: D104, F405, F403
2019

2120
from opendal._core import * # ty: ignore
2221
from opendal.operator import AsyncOperator, Operator

0 commit comments

Comments
 (0)