🔥 refactor(locustfile.py): remove unused imports and variables to improve code readability and maintainability

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-23 23:30:54 -03:00
commit 1571e8b9ee

View file

@ -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