diff options
-rw-r--r-- | ryu/controller/network.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ryu/controller/network.py b/ryu/controller/network.py index a3441a8f..66b0b419 100644 --- a/ryu/controller/network.py +++ b/ryu/controller/network.py @@ -15,7 +15,6 @@ # limitations under the License. import collections -import logging from ryu.base import app_manager import ryu.exception as ryu_exc |