mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix doc build again
This commit is contained in:
parent
7f43a69de6
commit
49deedd416
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@ def format_storage_config(cls, header=True):
|
||||||
yield '[storage example_for_{}]'.format(cls.storage_name)
|
yield '[storage example_for_{}]'.format(cls.storage_name)
|
||||||
yield 'type = {}'.format(cls.storage_name)
|
yield 'type = {}'.format(cls.storage_name)
|
||||||
|
|
||||||
from ..storage.base import Storage
|
from vdirsyncer.storage.base import Storage
|
||||||
from ..utils import get_storage_init_specs
|
from vdirsyncer.utils import get_storage_init_specs
|
||||||
handled = set()
|
handled = set()
|
||||||
for spec in get_storage_init_specs(cls, stop_at=Storage):
|
for spec in get_storage_init_specs(cls, stop_at=Storage):
|
||||||
defaults = spec.defaults or ()
|
defaults = spec.defaults or ()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue