add empty line
This commit is contained in:
parent
0c2001e611
commit
0b5d7026eb
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ def mms() -> Iterator[Res[MMS]]:
|
|||
emitted.add(key)
|
||||
yield c
|
||||
|
||||
|
||||
def _resolve_null_str(value: Optional[str]) -> Optional[str]:
|
||||
if value is None:
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue