From 06ec6388b46ea656cff96a5f7134a607f541e188 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Fri, 17 Sep 2021 12:13:02 -0700 Subject: [PATCH] fix(FastAPI): fix flake8 violation Signed-off-by: Kevin Morris --- aurweb/rpc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aurweb/rpc.py b/aurweb/rpc.py index 9a7a2028..6160bef7 100644 --- a/aurweb/rpc.py +++ b/aurweb/rpc.py @@ -197,5 +197,4 @@ def RPC(**function_args): returned_data["type"] = "error" returned_data["error"] = "Incorrect request type specified." - return returned_data