From 03f5a6cd6f88aef6c6580f471905403056313f05 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 30 Jun 2021 12:20:54 +0200 Subject: Exchanged sides in asserts to the understanding of pytests actual vs. expected order. --- pyGHDL/dom/Range.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pyGHDL') diff --git a/pyGHDL/dom/Range.py b/pyGHDL/dom/Range.py index d091be1c6..ce8dfbc40 100644 --- a/pyGHDL/dom/Range.py +++ b/pyGHDL/dom/Range.py @@ -44,9 +44,4 @@ __all__ = [] @export class Range(VHDLModel_Range): - def __init__(self, left: Expression, right: Expression, direction: Direction): - super().__init__() - - self._leftBound = left - self._rightBound = right - self._direction = direction + pass -- cgit v1.2.3