aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/libghdl/_types.py')
-rw-r--r--pyGHDL/libghdl/_types.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyGHDL/libghdl/_types.py b/pyGHDL/libghdl/_types.py
index 936060f57..ff8743e60 100644
--- a/pyGHDL/libghdl/_types.py
+++ b/pyGHDL/libghdl/_types.py
@@ -77,8 +77,7 @@ TimeStampId = TypeVar("TimeStampId", bound=c_uint32)
SourceFileEntry = TypeVar("SourceFileEntry", bound=c_uint32)
SourcePtr = TypeVar("SourcePtr", bound=c_int32)
-Location_Type = TypeVar("Location_Type", bound=c_uint32)
-LocationType = Location_Type
+LocationType = TypeVar("LocationType", bound=c_uint32)
Iir = TypeVar("Iir", bound=int)
IirKind = TypeVar("IirKind", bound=c_int32)