From aa21996f6ed1f61b1d5f27fc886e99165e475c6e Mon Sep 17 00:00:00 2001 From: Young Han Date: Fri, 10 Oct 2025 09:54:48 -0700 Subject: [PATCH] fix: add missing __init__.py files for vector_io test directories --- tests/unit/providers/vector_io/__init__.py | 5 +++++ tests/unit/providers/vector_io/remote/__init__.py | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 tests/unit/providers/vector_io/__init__.py create mode 100644 tests/unit/providers/vector_io/remote/__init__.py diff --git a/tests/unit/providers/vector_io/__init__.py b/tests/unit/providers/vector_io/__init__.py new file mode 100644 index 000000000..6f3c1df03 --- /dev/null +++ b/tests/unit/providers/vector_io/__init__.py @@ -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. \ No newline at end of file diff --git a/tests/unit/providers/vector_io/remote/__init__.py b/tests/unit/providers/vector_io/remote/__init__.py new file mode 100644 index 000000000..6f3c1df03 --- /dev/null +++ b/tests/unit/providers/vector_io/remote/__init__.py @@ -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. \ No newline at end of file