🔥 refactor(locustfile.py): remove unused imports and variables to improve code readability and maintainability
This commit is contained in:
parent
a75e80b0f7
commit
1571e8b9ee
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue