mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Stylefixes
This commit is contained in:
parent
f1821f0786
commit
db4923c3ef
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ printable_characters_strategy = st.text(
|
||||||
|
|
||||||
uid_strategy = st.text(
|
uid_strategy = st.text(
|
||||||
st.characters(blacklist_categories=(
|
st.characters(blacklist_categories=(
|
||||||
'Zs', 'Zl', 'Zp',
|
'Zs', 'Zl', 'Zp',
|
||||||
'Cc', 'Cs'
|
'Cc', 'Cs'
|
||||||
)),
|
)),
|
||||||
min_size=1
|
min_size=1
|
||||||
).filter(lambda x: x.strip() == x)
|
).filter(lambda x: x.strip() == x)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue