set default for library to None
This commit is contained in:
parent
4a2c4c5220
commit
c69081331c
@ -103,7 +103,7 @@ class Builder(PortList):
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
library: Optional[MutableLibrary],
|
||||
library: Optional[MutableLibrary] = None,
|
||||
*,
|
||||
pattern: Optional[Pattern] = None,
|
||||
ports: Union[None, str, Mapping[str, Port]] = None,
|
||||
|
Loading…
Reference in New Issue
Block a user