mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-01 10:05:50 +00:00
Fix typo
This commit is contained in:
parent
b3e649d1b3
commit
0f5bf97174
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import itertools
|
|||
from lxml import etree
|
||||
|
||||
from requests import session as requests_session
|
||||
from requests.exception import RequestException
|
||||
from requests.exceptions import RequestException
|
||||
|
||||
from .base import Item, Storage
|
||||
from .http import USERAGENT, prepare_auth, prepare_verify
|
||||
|
|
|
|||
Loading…
Reference in a new issue