From b90b2fcda81449f653f90d5f96ce8c1a603f251a Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 11 Oct 2018 14:44:02 +1300 Subject: [PATCH] python/tests/kcc.graph: avoid import * Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- python/samba/tests/kcc/graph.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/samba/tests/kcc/graph.py b/python/samba/tests/kcc/graph.py index 6565172770d..ed02b0d4ed8 100644 --- a/python/samba/tests/kcc/graph.py +++ b/python/samba/tests/kcc/graph.py @@ -21,8 +21,7 @@ import samba import samba.tests -from samba.kcc.graph import * - +from samba.kcc.graph import total_schedule, convert_schedule_to_repltimes def ntdsconn_schedule(times): if times is None: -- 2.47.2