mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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(
|
||||
st.characters(blacklist_categories=(
|
||||
'Zs', 'Zl', 'Zp',
|
||||
'Cc', 'Cs'
|
||||
'Zs', 'Zl', 'Zp',
|
||||
'Cc', 'Cs'
|
||||
)),
|
||||
min_size=1
|
||||
).filter(lambda x: x.strip() == x)
|
||||
|
|
|
|||
Loading…
Reference in a new issue