Skip to content

Commit

Permalink
fix: Remove dependency limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Dec 12, 2024
1 parent 0b0ae9d commit 145799e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ai/backend/testutils/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,5 @@ visibility_private_component(
],
allowed_dependencies=[
"//src/ai/backend/**",
"!//src/ai/backend/web/**",
"!//src/ai/backend/manager/**",
"!//src/ai/backend/agent/**",
"!//src/ai/backend/storage/**",
"!//src/ai/backend/wsproxy/**",
],
)

0 comments on commit 145799e

Please sign in to comment.