From: siyingchun Date: Sat, 8 Sep 2012 14:56:17 +0000 (+0800) Subject: Modified code Pyflakes warning. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5b9f7a9ad0281cb1596defb792fd426497590aa7;p=openstack-build%2Fneutron-build.git Modified code Pyflakes warning. File model_base.py: W402 'sa' imported but unused Change-Id: I167fbb81f88ddf6d2c6405832d0fe1c445509402 --- 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