Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 6, 2023
1 parent 22b7453 commit 8002333
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions locust_plugins/synchronizer.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import json
from typing import Dict, Iterator

from gevent.event import AsyncResult
from locust import User, events
from locust.exception import StopUser

# from locust.exception import StopUser
from locust.env import Environment
from locust.runners import MasterRunner, WorkerRunner
import bson.objectid

test_data: Dict[int, AsyncResult] = {}
datasource_iterator: Iterator[Dict]
Expand Down

0 comments on commit 8002333

Please sign in to comment.