aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl/canon.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/libghdl/vhdl/canon.py')
-rw-r--r--pyGHDL/libghdl/vhdl/canon.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/pyGHDL/libghdl/vhdl/canon.py b/pyGHDL/libghdl/vhdl/canon.py
index 308d07bd1..d5c55e4e6 100644
--- a/pyGHDL/libghdl/vhdl/canon.py
+++ b/pyGHDL/libghdl/vhdl/canon.py
@@ -36,11 +36,7 @@ from ctypes import c_bool
from pyGHDL.libghdl import libghdl
-__all__ = [
- 'Flag_Concurrent_Stmts',
- 'Flag_Configurations',
- 'Flag_Associations'
-]
+__all__ = ["Flag_Concurrent_Stmts", "Flag_Configurations", "Flag_Associations"]
Flag_Concurrent_Stmts = c_bool.in_dll(
libghdl, "vhdl__canon__canon_flag_concurrent_stmts"