Skip to content

Commit 4656a44

Browse files
committed
code format
1 parent c426407 commit 4656a44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_portalbase/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,7 @@ def push_to_io(self, feed_key, data, metadata=None, precision=None):
494494
if self.network is None:
495495
raise RuntimeError("network must not be None to use push_to_io()")
496496

497-
self.network.push_to_io(
498-
feed_key, data, metadata=metadata, precision=precision
499-
)
497+
self.network.push_to_io(feed_key, data, metadata=metadata, precision=precision)
500498

501499
def get_io_data(self, feed_key):
502500
"""Return all values from the Adafruit IO Feed Data that matches the feed key

0 commit comments

Comments
 (0)