From a9c8741e07e2eadfd0cdebcb51922e15209c740c Mon Sep 17 00:00:00 2001 From: "Amit.w" Date: Mon, 1 Feb 2021 18:17:33 +0200 Subject: [PATCH] add LoadTestShape to __all__ in order to fix warning "'LoadTestShape' is not declared in __all__" raised by pycharm code->inspect --- locust/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/locust/__init__.py b/locust/__init__.py index a78ea9913d..199432ce49 100644 --- a/locust/__init__.py +++ b/locust/__init__.py @@ -26,6 +26,7 @@ "constant", "constant_pacing", "events", + "LoadTestShape", ) # Used for raising a DeprecationWarning if old Locust/HttpLocust is used