app/simple_vlan: pylint

W: 17,0: Unused import logging

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Isaku Yamahata 2013-07-10 18:35:14 +09:00 committed by FUJITA Tomonori
parent a82f0baf10
commit 2382c5c349

View File

@ -14,8 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import logging
from ryu.app import (conf_switch_key,
rest_nw_id)
from ryu.base import app_manager