Skip to content

Commit f80a21d

Browse files
committed
ftespnow: Fixed typo when importing ".client" extension in __init__.py
1 parent b8012ed commit f80a21d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

micropython/ftespnow/ftespnow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
try:
2-
from .clinet import *
2+
from .client import *
33
except ImportError:
44
pass
55

0 commit comments

Comments
 (0)