From bfabd6dc4cc64bbd29f5027258cb09cb7ab9567f Mon Sep 17 00:00:00 2001 From: IFX-Anusha Date: Fri, 8 Mar 2024 12:55:03 +0530 Subject: [PATCH] ports/psoc6: Ruff format fix. Signed-off-by: IFX-Anusha --- ports/psoc6/boards/CY8CPROTO-062-4343W/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/psoc6/boards/CY8CPROTO-062-4343W/manifest.py b/ports/psoc6/boards/CY8CPROTO-062-4343W/manifest.py index 26657413a318c..34fde0bc5b259 100644 --- a/ports/psoc6/boards/CY8CPROTO-062-4343W/manifest.py +++ b/ports/psoc6/boards/CY8CPROTO-062-4343W/manifest.py @@ -1,4 +1,4 @@ freeze("$(PORT_DIR)/freeze") include("$(MPY_DIR)/extmod/asyncio") require("mip") -require("neopixel") \ No newline at end of file +require("neopixel")