From 5bcbdb0bc9d3398c94c1fd1b4d3478a5e19ecde4 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Tue, 13 Feb 2024 15:39:55 +0100 Subject: [PATCH] lint --- examples/distributor_ex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/distributor_ex.py b/examples/distributor_ex.py index 74ad344..fcfe180 100644 --- a/examples/distributor_ex.py +++ b/examples/distributor_ex.py @@ -2,7 +2,6 @@ # that it is entirely possible to have multiple distributors at the same time from typing import Dict, List -from locust_plugins.mongoreader import MongoLRUReader from locust_plugins.csvreader import CSVDictReader, CSVReader from locust_plugins.distributor import Distributor from locust import HttpUser, task, run_single_user, events