Skip to content

Commit 5dd17a8

Browse files
committed
correct import
1 parent 3652c22 commit 5dd17a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

find_arduino/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from ._version import __version__
33
except:
44
__version__ = "unknown"
5-
from .detection import find_arduino
5+
from .detection import check_ports
66

77
__all__ = [
88
"__version__",
9-
"find_arduino",
9+
"check_ports",
1010
]

0 commit comments

Comments
 (0)