Pipe-operator does not support forward references

This commit is contained in:
Jan Petykiewicz 2023-02-23 16:23:06 -08:00 committed by jan
commit b4f36417fd
5 changed files with 21 additions and 21 deletions

View file

@ -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