Skip to content
Snippets Groups Projects
Commit 933f1e77 authored by angloth's avatar angloth
Browse files

Remove pylint error from port

parent e6fa2e8a
No related branches found
No related tags found
1 merge request!29Resolve "Generate PG from SFG"
Pipeline #13953 passed
...@@ -5,7 +5,7 @@ TODO: More info. ...@@ -5,7 +5,7 @@ TODO: More info.
from abc import ABC, abstractmethod from abc import ABC, abstractmethod
from copy import copy 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.signal import Signal
from b_asic.graph_component import Name from b_asic.graph_component import Name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment