From 5b9f7a9ad0281cb1596defb792fd426497590aa7 Mon Sep 17 00:00:00 2001 From: siyingchun Date: Sat, 8 Sep 2012 22:56:17 +0800 Subject: [PATCH] Modified code Pyflakes warning. File model_base.py: W402 'sa' imported but unused Change-Id: I167fbb81f88ddf6d2c6405832d0fe1c445509402 --- quantum/db/model_base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/quantum/db/model_base.py b/quantum/db/model_base.py index d93d14867..a04863a36 100644 --- a/quantum/db/model_base.py +++ b/quantum/db/model_base.py @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import sqlalchemy as sa from sqlalchemy.ext import declarative from sqlalchemy import orm -- 2.45.2