diff --git a/tests/performance/locust_settings.py b/tests/performance/locust_settings.py index 2b5ee214885f..f2cfbe5a1a60 100644 --- a/tests/performance/locust_settings.py +++ b/tests/performance/locust_settings.py @@ -1,18 +1,5 @@ -# /// script -# requires-python = ">=3.11" -# dependencies = [ -# "faker", -# "locust", -# "locust-plugins", -# "parse", -# "pydantic", -# "pydantic-settings", -# "tenacity" -# ] -# /// -# pylint: disable=unused-argument +# pylint:disable=unused-argument # pylint: disable=no-self-use -# pylint: disable=no-name-in-module import importlib.util import inspect