chore: apply ruff formatting and fix whitespace issues
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -271,7 +271,7 @@ from locust import HttpUser, task, between
|
||||
|
||||
class APIUser(HttpUser):
|
||||
wait_time = between(0.1, 0.5)
|
||||
|
||||
|
||||
@task
|
||||
def get_files(self):
|
||||
self.client.get("/api/files")
|
||||
|
||||
Reference in New Issue
Block a user