mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Build fixes
This commit is contained in:
parent
632a60585c
commit
e40ba55bd3
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ def test_parse_config_value():
|
|||
assert utils.parse_config_value('Yes') is True
|
||||
assert utils.parse_config_value('3.14') == 3.14
|
||||
assert utils.parse_config_value('') == ''
|
||||
assert utils.parse_config_velue('""') == ''
|
||||
assert utils.parse_config_value('""') == ''
|
||||
|
||||
|
||||
def test_get_password_from_netrc(monkeypatch):
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import threading
|
|||
import requests
|
||||
from requests.packages.urllib3.poolmanager import PoolManager
|
||||
|
||||
from .compat import iteritems, text_type, urlparse
|
||||
from .compat import iteritems, urlparse
|
||||
from .. import exceptions, log
|
||||
from ..doubleclick import click, ctx
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue