From 622e5acfa3269e8001cbd01d3a1345ac199753c3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 26 Jun 2022 19:27:53 +0200 Subject: pyGHDL/lsp/workspace.py: run black --- pyGHDL/lsp/workspace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/lsp') diff --git a/pyGHDL/lsp/workspace.py b/pyGHDL/lsp/workspace.py index d57a4e1bf..c3a575e5d 100644 --- a/pyGHDL/lsp/workspace.py +++ b/pyGHDL/lsp/workspace.py @@ -481,7 +481,7 @@ class Workspace(object): # Extract design unit from entity aspect # Do not care about the architecture. ent = nodes.Get_Entity_Name(el) - ent = nodes.Get_Named_Entity(ent); + ent = nodes.Get_Named_Entity(ent) ent = nodes.Get_Design_Unit(ent) else: assert False, pyutils.kind_image(nodes.Get_Kind(el)) -- cgit v1.2.3