diff options
-rw-r--r-- | ryu/ofproto/nx_match.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py index d986ac12..a779338d 100644 --- a/ryu/ofproto/nx_match.py +++ b/ryu/ofproto/nx_match.py @@ -22,7 +22,6 @@ from ryu import exception from ryu.lib import mac from . import ofproto_parser from . import ofproto_v1_0 -from . import ether from . import inet import logging |