missing comma
This commit is contained in:
parent
d44374bf1f
commit
0172b7488e
@ -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…
Reference in New Issue
Block a user