controller/network: pylint

W: 18,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:13 +09:00 committed by FUJITA Tomonori
parent 733679ca59
commit a82f0baf10

View File

@ -15,7 +15,6 @@
# limitations under the License.
import collections
import logging
from ryu.base import app_manager
import ryu.exception as ryu_exc