From 5185deb521a4b680edcb5fa8ea030491293af26f Mon Sep 17 00:00:00 2001 From: Bernd Wechner Date: Thu, 4 Mar 2021 22:14:36 +1100 Subject: [PATCH] Codacy issue fixed Frustrates me the way PyDev sneaks these weird imports in sometimes. --- degoo/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/degoo/util.py b/degoo/util.py index a80534c..312f0fb 100644 --- a/degoo/util.py +++ b/degoo/util.py @@ -22,7 +22,6 @@ from .API import API from .lib import ddd, split_path, absolute_remote_path -from sqlalchemy.sql.expression import except_ ########################################################################### # Get the path to user configuration diectory for this app