From 4599ee68cd32e1f636649627ffde7079f89b3d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Wed, 5 Mar 2025 09:56:50 +0100 Subject: [PATCH] fix: remove ruff N999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we moved the move tests/client-sdk to tests/api in #1376. The N999 rule is not needed anymore. And furthermore in https://github.com/meta-llama/llama-stack/commit/abfbaf3c1baa067a7b5feb0866ac8ab565119a3c Signed-off-by: Sébastien Han --- tests/integration/__init__.py | 1 - tests/integration/agents/__init__.py | 1 - tests/integration/inference/__init__.py | 1 - tests/integration/safety/__init__.py | 1 - tests/integration/vector_io/__init__.py | 1 - 5 files changed, 5 deletions(-) diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py index ce038c94b..756f351d8 100644 --- a/tests/integration/__init__.py +++ b/tests/integration/__init__.py @@ -3,4 +3,3 @@ # # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. -# ruff: noqa: N999 diff --git a/tests/integration/agents/__init__.py b/tests/integration/agents/__init__.py index ce038c94b..756f351d8 100644 --- a/tests/integration/agents/__init__.py +++ b/tests/integration/agents/__init__.py @@ -3,4 +3,3 @@ # # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. -# ruff: noqa: N999 diff --git a/tests/integration/inference/__init__.py b/tests/integration/inference/__init__.py index ce038c94b..756f351d8 100644 --- a/tests/integration/inference/__init__.py +++ b/tests/integration/inference/__init__.py @@ -3,4 +3,3 @@ # # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. -# ruff: noqa: N999 diff --git a/tests/integration/safety/__init__.py b/tests/integration/safety/__init__.py index ce038c94b..756f351d8 100644 --- a/tests/integration/safety/__init__.py +++ b/tests/integration/safety/__init__.py @@ -3,4 +3,3 @@ # # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. -# ruff: noqa: N999 diff --git a/tests/integration/vector_io/__init__.py b/tests/integration/vector_io/__init__.py index ce038c94b..756f351d8 100644 --- a/tests/integration/vector_io/__init__.py +++ b/tests/integration/vector_io/__init__.py @@ -3,4 +3,3 @@ # # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. -# ruff: noqa: N999