Skip to content

Commit 2c9b1a3

Browse files
author
longendu
committed
fix lint issues
1 parent 889288c commit 2c9b1a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
curl -LsSf https://astral.sh/uv/install.sh | sh
31-
~/.local/bin/uv sync
31+
~/.local/bin/uv sync --all-extras
3232
- name: Lint with ruff
3333
run: |
3434
~/.local/bin/uv run ruff check aiutil/ tests/

tests/filesystem/test_filesystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Test dataframe.py."""
22

33
from pathlib import Path
4-
import aiutil
4+
import aiutil.filesystem
55

66
BASE_DIR = Path(__file__).resolve().parent
77

0 commit comments

Comments
 (0)