mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Flake8
This commit is contained in:
parent
3b89f001b3
commit
4c492c06f3
3 changed files with 1 additions and 3 deletions
|
|
@ -7,7 +7,6 @@
|
|||
:license: MIT, see LICENSE for more details.
|
||||
'''
|
||||
|
||||
from textwrap import dedent
|
||||
from vdirsyncer.storage.http import HttpStorage
|
||||
from requests import Response
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
import hashlib
|
||||
from .base import Storage, Item
|
||||
from vdirsyncer.utils import expand_path, get_password, request, urlparse, \
|
||||
text_type
|
||||
text_type
|
||||
|
||||
USERAGENT = 'vdirsyncer'
|
||||
|
||||
|
|
|
|||
|
|
@ -143,7 +143,6 @@ def get_password(username, resource):
|
|||
"""
|
||||
import getpass
|
||||
|
||||
|
||||
for func in (_password_from_netrc, _password_from_keyring):
|
||||
password = func(username, resource)
|
||||
if password is not None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue