missing comma
This commit is contained in:
parent
d44374bf1f
commit
0172b7488e
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ class MutableLibrary(Library, MutableMapping[str, 'Pattern'], metaclass=ABCMeta)
|
||||||
|
|
||||||
def name_and_set(
|
def name_and_set(
|
||||||
self,
|
self,
|
||||||
base_name: str
|
base_name: str,
|
||||||
value: Union['Pattern', Callable[[], 'Pattern']],
|
value: Union['Pattern', Callable[[], 'Pattern']],
|
||||||
) -> str:
|
) -> str:
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue