diff --git a/locust/contrib/fasthttp.py b/locust/contrib/fasthttp.py index 84a4a749da..cd42bf93ae 100644 --- a/locust/contrib/fasthttp.py +++ b/locust/contrib/fasthttp.py @@ -23,7 +23,7 @@ from charset_normalizer import detect from gevent.timeout import Timeout from geventhttpclient._parser import HTTPParseError -from geventhttpclient.client import HTTPClientPool, HTTPClient +from geventhttpclient.client import HTTPClient, HTTPClientPool from geventhttpclient.header import Headers from geventhttpclient.response import HTTPConnectionClosed, HTTPSocketPoolResponse from geventhttpclient.useragent import CompatRequest, CompatResponse, ConnectionError, UserAgent