From 1571e8b9ee1dc3b853e0f21f889d1d55d008214e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 23 Sep 2023 23:30:54 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(locustfile.py):=20remov?= =?UTF-8?q?e=20unused=20imports=20and=20variables=20to=20improve=20code=20?= =?UTF-8?q?readability=20and=20maintainability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/locust/locustfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/locust/locustfile.py b/tests/locust/locustfile.py index 259c580c8..000c3456d 100644 --- a/tests/locust/locustfile.py +++ b/tests/locust/locustfile.py @@ -1,9 +1,8 @@ -from locust import FastHttpUser, task, between, events +from locust import FastHttpUser, task, between import random import time import orjson from rich import print -import os import httpx from pathlib import Path