Skip to content

Commit

Permalink
chore: add lint result in BUILD file
Browse files Browse the repository at this point in the history
  • Loading branch information
seedspirit committed Feb 5, 2025
1 parent 471a16d commit 30740cb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/manager/api/vfolders/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ python_test_utils(
sources=[
"conftest.py",
],
dependencies=[
"tests/manager:fixtures",
"src/ai/backend/manager/api/vfolders:src"
],
dependencies=["tests/manager:fixtures", "src/ai/backend/manager/api/vfolders:src"],
)

python_tests(name="tests")
python_tests(name="tests")

0 comments on commit 30740cb

Please sign in to comment.