diff options
Diffstat (limited to 'pyGHDL/dom/__init__.py')
-rw-r--r-- | pyGHDL/dom/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyGHDL/dom/__init__.py b/pyGHDL/dom/__init__.py index 19f23a94b..d3dc506f5 100644 --- a/pyGHDL/dom/__init__.py +++ b/pyGHDL/dom/__init__.py @@ -46,7 +46,6 @@ __all__ = [] @export class Position: """Represents the source code position of a IIR node in a source file.""" - _filename: Path _line: int _column: int |