Skip to content

Commit 74d29df

Browse files
committed
Remove function I didn't add
1 parent bf282f9 commit 74d29df

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

adafruit_matrixportal/matrixportal.py

-8
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,6 @@ def get_io_data(self, feed_key):
329329

330330
return self.network.get_io_data(feed_key)
331331

332-
def get_io_last_data(self, feed_key):
333-
"""Return last value from Adafruit IO Feed Data that matches the feed key
334-
335-
:param str feed_key: Name of feed key to receive data from.
336-
337-
"""
338-
return self.network.get_io_last_data(feed_key)
339-
340332
def get_io_feed(self, feed_key, detailed=False):
341333
"""Return the Adafruit IO Feed that matches the feed key
342334

0 commit comments

Comments
 (0)