mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +00:00
stylefix
This commit is contained in:
parent
d5db9357f9
commit
bf79ac1748
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ for python, requirements in itertools.product(python_versions,
|
|||
rs_servers = ()
|
||||
if python == latest_python and requirements == "release":
|
||||
dav_servers += ("owncloud", "nextcloud", "baikal", "davical",
|
||||
"fastmail")
|
||||
"fastmail")
|
||||
|
||||
for server_type, server in itertools.chain(
|
||||
(("REMOTESTORAGE", x) for x in rs_servers),
|
||||
|
|
|
|||
Loading…
Reference in a new issue