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