diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2013-07-10 18:35:14 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-07-12 07:11:24 +0900 |
commit | 2382c5c3497f085730479dedeca3b66e092d4804 (patch) | |
tree | 1e69017e378b1a0d4e2c33846c77fb8fabcfa642 | |
parent | a82f0baf10b668930240ff7f077776cfd282d7b1 (diff) |
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>
-rw-r--r-- | ryu/app/simple_vlan.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ryu/app/simple_vlan.py b/ryu/app/simple_vlan.py index 373649c9..dc156693 100644 --- a/ryu/app/simple_vlan.py +++ b/ryu/app/simple_vlan.py @@ -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 |