removed obsolete import

This commit is contained in:
Sam Schott 2019-08-12 18:13:18 +01:00
parent 9cc275b1af
commit 4f1cdd496b

View File

@ -14,7 +14,6 @@ from keyring.errors import KeyringLocked
from maestral.utils import is_macos_bundle, is_linux_bundle from maestral.utils import is_macos_bundle, is_linux_bundle
from maestral.config.main import CONF, SUBFOLDER from maestral.config.main import CONF, SUBFOLDER
from maestral.config.base import get_conf_path from maestral.config.base import get_conf_path
from maestral.errors import to_maestral_error
from maestral.oauth_implicit import DropboxOAuth2FlowImplicit from maestral.oauth_implicit import DropboxOAuth2FlowImplicit
from maestral.errors import CONNECTION_ERRORS, DropboxAuthError from maestral.errors import CONNECTION_ERRORS, DropboxAuthError