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