Skip to content

Commit 6924ecb

Browse files
committed
fix locust_settings
1 parent f0212cb commit 6924ecb

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tests/performance/locust_settings.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
# /// script
2-
# requires-python = ">=3.11"
3-
# dependencies = [
4-
# "faker",
5-
# "locust",
6-
# "locust-plugins",
7-
# "parse",
8-
# "pydantic",
9-
# "pydantic-settings",
10-
# "tenacity"
11-
# ]
12-
# ///
13-
# pylint: disable=unused-argument
14-
# pylint: disable=no-self-use
15-
# pylint: disable=no-name-in-module
16-
171
import importlib.util
182
import inspect
193
import json

0 commit comments

Comments
 (0)