Skip to content

Commit 082ec0b

Browse files
🎨 fix locust_settings (#7038)
1 parent f0212cb commit 082ec0b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

tests/performance/locust_settings.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
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
1+
# pylint:disable=unused-argument
142
# pylint: disable=no-self-use
15-
# pylint: disable=no-name-in-module
163

174
import importlib.util
185
import inspect

0 commit comments

Comments
 (0)