From 2b25719bf3a5880f428b5a58b17208b8e71eba8a Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 26 Jun 2021 13:54:59 +0200 Subject: Added missing import. --- pyGHDL/dom/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pyGHDL/dom/__init__.py') 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 -- cgit v1.2.3