From 933f1e77a2bcd7743bffe6d228df66cfcabdaf2a Mon Sep 17 00:00:00 2001 From: angloth <angus.lothian@hotmail.com> Date: Thu, 23 Apr 2020 17:25:09 +0200 Subject: [PATCH] Remove pylint error from port --- b_asic/port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b_asic/port.py b/b_asic/port.py index e8c007cb..59a218d9 100644 --- a/b_asic/port.py +++ b/b_asic/port.py @@ -5,7 +5,7 @@ TODO: More info. from abc import ABC, abstractmethod from copy import copy -from typing import NewType, Optional, List, Iterable, TYPE_CHECKING +from typing import Optional, List, Iterable, TYPE_CHECKING from b_asic.signal import Signal from b_asic.graph_component import Name -- GitLab