]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Use black to fix formatting.
authorTom Rothamel <tom@rothamel.us>
Thu, 25 Mar 2021 04:59:29 +0000 (00:59 -0400)
committerTom Rothamel <tom@rothamel.us>
Thu, 25 Mar 2021 04:59:29 +0000 (00:59 -0400)
src/adafruit_blinka/microcontroller/ft232h/i2c.py
src/adafruit_blinka/microcontroller/ft232h/pin.py
src/adafruit_blinka/microcontroller/ft232h/url.py

index a2501a0def2af59283970fa337c15d757223e574..28d2644cd90c3ec2d438b475c4389f36a279ef5f 100644 (file)
@@ -2,6 +2,7 @@
 from adafruit_blinka.microcontroller.ft232h.pin import Pin
 from adafruit_blinka.microcontroller.ft232h.url import get_ftdi_url
 
+
 class I2C:
     """Custom I2C Class for FT232H"""
 
index e7a2ad80e7084699b529a39da3424fb05e9ccb50..a138ee735a9dcf63dce22624fe3d24bf51b0f52a 100644 (file)
@@ -2,6 +2,7 @@
 
 from adafruit_blinka.microcontroller.ft232h.url import get_ftdi_url
 
+
 class Pin:
     """A basic Pin class for use with FT232H."""
 
index ee2cb62fb6852507d3166133b4786b07c00cf676..ace77f8a8b15743b8543b174a15c572dd30dba82 100644 (file)
@@ -2,10 +2,11 @@
 
 import os
 
+
 def get_ftdi_url():
     """
     Return the FTDI url to use. If BLINKA_FT232H starts with ftdi:, returns
-    that. Otherwise, returns a default value.  
+    that. Otherwise, returns a default value.
     """
 
     url = os.environ.get("BLINKA_FT232H", "1")