Skip to content

Commit 9b4cb4d

Browse files
committed
micropython/lora/lora/lora/__init__.py: Fix ImportError showing "lib.lora" instead of "lora" on driver import failure
Signed-off-by: Breno RdV <breno.rdv@gmail.com>
1 parent f63a8d9 commit 9b4cb4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

micropython/lora/lora/lora/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ def _can_ignore_error(e):
4242
)
4343

4444
del ok
45+
46+
47+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)