Pipe-operator does not support forward references
This commit is contained in:
parent
45081c2d31
commit
b4f36417fd
5 changed files with 21 additions and 21 deletions
|
|
@ -45,7 +45,7 @@ class Abstract(PortList):
|
|||
# def build(
|
||||
# self,
|
||||
# library: 'MutableLibrary',
|
||||
# tools: None | 'Tool' | MutableMapping[str | None, 'Tool'] = None,
|
||||
# tools: 'None | Tool | MutableMapping[str | None, Tool]' = None,
|
||||
# ) -> 'Builder':
|
||||
# """
|
||||
# Begin building a new device around an instance of the current device
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue