]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Modified code Pyflakes warning.
authorsiyingchun <siyingchun@sina.com>
Sat, 8 Sep 2012 14:56:17 +0000 (22:56 +0800)
committerGerrit Code Review <review@openstack.org>
Wed, 19 Sep 2012 08:51:46 +0000 (08:51 +0000)
File model_base.py:
W402 'sa' imported but unused

Change-Id: I167fbb81f88ddf6d2c6405832d0fe1c445509402

quantum/db/model_base.py

index d93d14867efcfe8aaac44b541a6ba58d203f26d1..a04863a362f06fc9009bdd5480a55b6ed3e96b1c 100644 (file)
@@ -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