Skip to content

Commit 8d2157d

Browse files
author
Gaurav Singh
committed
Replaced specific method imports with *
1 parent e5fe846 commit 8d2157d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/people_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from clients.people.people_client import PeopleClient
44
from tests.assertions.people_assertions import *
5-
from tests.helpers.people_helpers import search_created_user_in, search_nodes_using_json_path
5+
from tests.helpers.people_helpers import *
66

77
client = PeopleClient()
88

0 commit comments

Comments
 (0)