mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-04 10:35:51 +00:00
Style fixes
This commit is contained in:
parent
0261dd38bf
commit
b52aa35f06
2 changed files with 0 additions and 3 deletions
|
|
@ -1,8 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
extensions = ['sphinx.ext.autodoc']
|
||||
|
||||
templates_path = ['_templates']
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
:license: MIT, see LICENSE for more details.
|
||||
'''
|
||||
|
||||
import os
|
||||
import collections
|
||||
|
||||
from .base import Item, Storage
|
||||
|
|
|
|||
Loading…
Reference in a new issue