Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 8f8e3fd

Browse files
committed
first commit
1 parent e1259da commit 8f8e3fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

micropython_mcp9808/mcp9808.py

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
from micropython import const
1919
from micropython_mcp9808.i2c_helpers import CBits, RegisterStruct
2020

21-
try:
22-
from typing import Tuple
23-
except ImportError:
24-
pass
25-
2621

2722
__version__ = "0.0.0+auto.0"
2823
__repo__ = "https://github.com/jposada202020/MicroPython_MCP9808.git"

0 commit comments

Comments
 (0)