From bad12ee21fbb53f347d7541f39b78d4b8bc94415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Fri, 7 Mar 2025 20:14:04 +0100 Subject: [PATCH] fix: remove ruff N999 (#1388) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What does this PR do? Since we moved the move tests/client-sdk to tests/api in https://github.com/meta-llama/llama-stack/pull/1376. The N999 rule is not needed anymore. And furthermore in https://github.com/meta-llama/llama-stack/commit/abfbaf3c1baa067a7b5feb0866ac8ab565119a3c [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan [Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*] [//]: # (## Documentation) 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