Skip to content

Commit 6bf806e

Browse files
committed
pylint
1 parent ed0b857 commit 6bf806e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/performance/locust_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def serialize_host(self, url: AnyHttpUrl, info: SerializationInfo) -> str:
9696

9797
if __name__ == "__main__":
9898
settings = LocustSettings()
99-
result = [
99+
env_vars = [
100100
f"{key}={val}" for key, val in json.loads(settings.model_dump_json()).items()
101101
]
102-
print("\n".join(result))
102+
print("\n".join(env_vars))

0 commit comments

Comments
 (0)