]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Fix pylint style warning.
authorTom Rothamel <tom@rothamel.us>
Thu, 25 Mar 2021 05:03:41 +0000 (01:03 -0400)
committerTom Rothamel <tom@rothamel.us>
Thu, 25 Mar 2021 05:03:41 +0000 (01:03 -0400)
src/adafruit_blinka/microcontroller/ft232h/url.py

index ace77f8a8b15743b8543b174a15c572dd30dba82..afc69aed954747a81e14d468615adcd036508272 100644 (file)
@@ -13,5 +13,5 @@ def get_ftdi_url():
 
     if url.startswith("ftdi:"):
         return url
-    else:
-        return "ftdi://ftdi:ft232h/1"
+
+    return "ftdi://ftdi:ft232h/1"