From 2b6d57ae10d1d5e12bab407157128903eb08e001 Mon Sep 17 00:00:00 2001 From: Young Han Date: Fri, 10 Oct 2025 09:55:34 -0700 Subject: [PATCH] fix: add missing __init__.py files for vector_io test directories --- tests/unit/providers/vector_io/__init__.py | 2 +- tests/unit/providers/vector_io/remote/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/providers/vector_io/__init__.py b/tests/unit/providers/vector_io/__init__.py index 6f3c1df03..756f351d8 100644 --- a/tests/unit/providers/vector_io/__init__.py +++ b/tests/unit/providers/vector_io/__init__.py @@ -2,4 +2,4 @@ # 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 +# the root directory of this source tree. diff --git a/tests/unit/providers/vector_io/remote/__init__.py b/tests/unit/providers/vector_io/remote/__init__.py index 6f3c1df03..756f351d8 100644 --- a/tests/unit/providers/vector_io/remote/__init__.py +++ b/tests/unit/providers/vector_io/remote/__init__.py @@ -2,4 +2,4 @@ # 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 +# the root directory of this source tree.