Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Adafruit_IO/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
from collections import namedtuple
# Handle python 2 and 3 (where map functions like itertools.imap)
try:
from itertools import imap as map
except ImportError:
# Ignore import error on python 3 since map already behaves as expected.
pass


# List of fields/properties that are present on a data object from IO.
Expand Down