Skip to content

Commit 1d78449

Browse files
committed
Moving the wildcard import to module level.
1 parent 630c934 commit 1d78449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_import.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#
33
# License: http://jkeyes.mit-license.org/
44
#
5+
from intercom import *
56

67

78
def test_wildcard_import():
8-
from intercom import *
9+
pass

0 commit comments

Comments
 (0)