Skip to content

Commit fc600fe

Browse files
committed
explicit imports
1 parent 0b73e3c commit fc600fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

channelfinder/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .CFDataTypes import *
2-
from .ChannelFinderClient import *
1+
from .CFDataTypes import Channel, Property, Tag
2+
from .ChannelFinderClient import ChannelFinderClient

0 commit comments

Comments
 (0)