Skip to content

Commit 1832387

Browse files
committed
Update bmp280.py
removed unnecessary const
1 parent 804d3b4 commit 1832387

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎sensor/bmp280/bmp280.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
http://www.micropython.org.cn
88
99
'''
10-
from micropython import const
1110
from machine import I2C
1211

1312
class BMP280():

0 commit comments

Comments
 (0)