summaryrefslogtreecommitdiff
path: root/creole/html_tools/text_tools.py
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2020-02-07 11:37:37 +0100
committerJensDiemer <git@jensdiemer.de>2020-02-07 11:37:37 +0100
commit722e954ef7affb76edc238e756e06c43b329bed7 (patch)
tree8b96cef227ca6be81829cfe26315ecd1261771f3 /creole/html_tools/text_tools.py
parentd0b7242e8a26bb60a4b550c7df89fd411cd09069 (diff)
downloadcreole-fix#44.tar.gz
add isort config and apply itfix#44
Diffstat (limited to 'creole/html_tools/text_tools.py')
-rw-r--r--creole/html_tools/text_tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/creole/html_tools/text_tools.py b/creole/html_tools/text_tools.py
index 16487a5..5b52719 100644
--- a/creole/html_tools/text_tools.py
+++ b/creole/html_tools/text_tools.py
@@ -14,6 +14,7 @@
import re
+
space_re = re.compile(r"^(\s*)(.*?)(\s*)$", re.DOTALL)