From 4abeb0683159cdc4482a7f491340bfedf3fe2339 Mon Sep 17 00:00:00 2001 From: eine Date: Sat, 15 Aug 2020 18:07:05 +0200 Subject: python: execute 'black' --- python/libghdl/thin/vhdl/parse.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/libghdl/thin/vhdl/parse.py') diff --git a/python/libghdl/thin/vhdl/parse.py b/python/libghdl/thin/vhdl/parse.py index c6fbb5259..4fff64b84 100644 --- a/python/libghdl/thin/vhdl/parse.py +++ b/python/libghdl/thin/vhdl/parse.py @@ -3,5 +3,4 @@ from ctypes import c_bool Parse_Design_File = libghdl.vhdl__parse__parse_design_file -Flag_Parse_Parenthesis = c_bool.in_dll( - libghdl, "vhdl__parse__flag_parse_parenthesis") +Flag_Parse_Parenthesis = c_bool.in_dll(libghdl, "vhdl__parse__flag_parse_parenthesis") -- cgit v1.2.3