Skip to content

Commit ab2c59c

Browse files
committed
tests: avoid 'import *'
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
1 parent fc9ffe8 commit ab2c59c

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

tests/test_mctpd_endpoint.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
import pytest
22
import asyncdbus
3-
from mctp_test_utils import *
4-
from mctpenv import *
3+
from mctp_test_utils import (
4+
mctpd_mctp_iface_control_obj,
5+
mctpd_mctp_endpoint_control_obj
6+
)
7+
from mctpenv import (
8+
Endpoint, MCTPControlCommand, Network, PhysicalBinding, Sysnet, System
9+
)
10+
511

612
"""Simple endpoint setup.
713

0 commit comments

Comments
 (0)