remove some trailing undescores
This commit is contained in:
parent
ab8fd9b351
commit
ac9776628a
3 changed files with 8 additions and 8 deletions
|
|
@ -518,7 +518,7 @@ class Builder(PortList):
|
|||
length: float,
|
||||
*,
|
||||
tool_port_names: Sequence[str] = ('A', 'B'),
|
||||
base_name: str = '_path_',
|
||||
base_name: str = '_path',
|
||||
**kwargs,
|
||||
) -> BB:
|
||||
if self._dead:
|
||||
|
|
@ -539,7 +539,7 @@ class Builder(PortList):
|
|||
position: float,
|
||||
*,
|
||||
tool_port_names: Sequence[str] = ('A', 'B'),
|
||||
base_name: str = '_pathto_',
|
||||
base_name: str = '_pathto',
|
||||
**kwargs,
|
||||
) -> BB:
|
||||
if self._dead:
|
||||
|
|
@ -575,7 +575,7 @@ class Builder(PortList):
|
|||
set_rotation: Optional[float] = None,
|
||||
tool_port_names: Sequence[str] = ('A', 'B'),
|
||||
force_container: bool = False,
|
||||
base_name: str = '_mpath_',
|
||||
base_name: str = '_mpath',
|
||||
**kwargs,
|
||||
) -> BB:
|
||||
if self._dead:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue