From 6311bbaefc7f5ff0c4ce0092b804f2da05ded595 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 3 Feb 2023 07:22:33 +0100 Subject: pyGHDL: reformating --- pyGHDL/lsp/lsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/lsp/lsp.py') diff --git a/pyGHDL/lsp/lsp.py b/pyGHDL/lsp/lsp.py index 32a64b3ea..f552a6234 100644 --- a/pyGHDL/lsp/lsp.py +++ b/pyGHDL/lsp/lsp.py @@ -59,7 +59,7 @@ def normalize_rpc_file_uris(rpc): # Fixes a crash on windows where the underlying ada crashes # if paths to the same file are given with inconsistent # capitalization. - for (key, val) in rpc.items(): + for key, val in rpc.items(): # recurse into all leaf elements. if isinstance(val, dict): normalize_rpc_file_uris(val) -- cgit v1.2.3