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

Commit 54d6c58

Browse files
committed
Removes unused import math from examples
1 parent 513307d commit 54d6c58

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

examples/char_lcd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/python
22
# Example using a character LCD connected to a Raspberry Pi or BeagleBone Black.
3-
import math
43
import time
54

65
import Adafruit_CharLCD as LCD

examples/char_lcd_mcp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/python
22
# Example using an RGB character LCD connected to an MCP23017 GPIO extender.
3-
import math
43
import time
54

65
import Adafruit_CharLCD as LCD

examples/char_lcd_plate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/python
22
# Example using a character LCD plate.
3-
import math
43
import time
54

65
import Adafruit_CharLCD as LCD

examples/char_lcd_rgb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/python
22
# Example using an RGB character LCD wired directly to Raspberry Pi or BeagleBone Black.
3-
import math
43
import time
54

65
import Adafruit_CharLCD as LCD

0 commit comments

Comments
 (0)