From: Patrick Nawracay Date: Tue, 2 Oct 2018 13:32:58 +0000 (+0200) Subject: mgr/dashboard: Add type hints to QA helper X-Git-Tag: v14.0.1~107^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f0de0ce2a8fdc6a1b95c672695895868097cc3f;p=ceph.git mgr/dashboard: Add type hints to QA helper Signed-off-by: Patrick Nawracay --- diff --git a/qa/tasks/mgr/dashboard/helper.py b/qa/tasks/mgr/dashboard/helper.py index c22ffacfb58..610d07a7342 100644 --- a/qa/tasks/mgr/dashboard/helper.py +++ b/qa/tasks/mgr/dashboard/helper.py @@ -25,8 +25,8 @@ class DashboardTestCase(MgrTestCase): CLIENTS_REQUIRED = 1 CEPHFS = False - _session = None - _resp = None + _session = None # type: requests.sessions.Session + _resp = None # type: requests.models.Response _loggedin = False _base_uri = None