From: Melissa LeBlanc-Williams Date: Tue, 16 Mar 2021 18:46:34 +0000 (-0700) Subject: Ran black X-Git-Tag: 0.5.7~1^2 X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/commitdiff_plain/bbc59c23796a87538e9f9b120dd54d6cb7ce72f5 Ran black --- diff --git a/displayio/parallelbus.py b/displayio/parallelbus.py index fa21d8f..be8c661 100644 --- a/displayio/parallelbus.py +++ b/displayio/parallelbus.py @@ -67,7 +67,6 @@ class ParallelBus: """ raise NotImplementedError("ParallelBus reset has not been implemented yet") - def send(self, command, data): """Sends the given command value followed by the full set of data. Display state, such as vertical scroll, set via ``send`` may or may not be reset once the code is