Skip to content

Commit 89a5d91

Browse files
committed
remove input library
1 parent e289e8a commit 89a5d91

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Projects/M&Ms_Sorter/PivotPi_BrickPi3_M&Ms_Sorter.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import print_function
22
from __future__ import division
3-
from builtins import input
43

54
import time # for reference to elapsed time, and for delays
65
import colorsys # for RGB to HSV conversion

Projects/withGrovePi/Elf-on-a-Shelf/elf.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
from __future__ import print_function
1313
from __future__ import division
14-
from builtins import input
1514

1615
import time
1716

0 commit comments

Comments
 (0)