]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix pylint issue with type VS isinstance in event_observers
authorAssaf Muller <amuller@redhat.com>
Wed, 11 Mar 2015 15:45:00 +0000 (11:45 -0400)
committerAssaf Muller <amuller@redhat.com>
Wed, 11 Mar 2015 15:45:00 +0000 (11:45 -0400)
commitc7d809408682c127d4389cfcd43e03d079351d06
tree681a2889fe7882d8f66329c7cc130b7adca5bc68
parent6216b000ba7a8aa39977f4c8a9aeff19aff687bd
Fix pylint issue with type VS isinstance in event_observers

New version of pylint started complaining about the unpythonic
usage of type. This patch fixes the issue. Another patch will
propose to pin the version of pylint.

Change-Id: I5377cf152e62a74f6bf0c4ccc8ce3a563066adab
neutron/agent/l3/event_observers.py