mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 02:03:44 +00:00
fix: add missing __init__.py files for vector_io test directories
This commit is contained in:
parent
dd1136a1ac
commit
aa21996f6e
2 changed files with 10 additions and 0 deletions
5
tests/unit/providers/vector_io/__init__.py
Normal file
5
tests/unit/providers/vector_io/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This source code is licensed under the terms described in the LICENSE file in
|
||||||
|
# the root directory of this source tree.
|
||||||
5
tests/unit/providers/vector_io/remote/__init__.py
Normal file
5
tests/unit/providers/vector_io/remote/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This source code is licensed under the terms described in the LICENSE file in
|
||||||
|
# the root directory of this source tree.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue