mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
make black happy
This commit is contained in:
parent
3375accf33
commit
7521960f1c
1 changed files with 1 additions and 1 deletions
|
@ -266,5 +266,5 @@ def split_title(text):
|
|||
if not sep:
|
||||
sep = SENTENCE_SPLITTER.search(text)
|
||||
if not sep:
|
||||
return "",text
|
||||
return "", text
|
||||
return text[: sep.end()].strip(), text[sep.end() :].strip()
|
||||
|
|
Loading…
Add table
Reference in a new issue