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 f043ce8e..5259a619 100644 --- a/ryu/ofproto/nx_match.py +++ b/ryu/ofproto/nx_match.py @@ -16,7 +16,6 @@ # limitations under the License. import struct -import itertools from ryu import exception from ryu.lib import mac |