Signed-off-by: Jason Kölker <[email protected]> --- ryu/ofproto/nx_match.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py index f043ce8..5259a61 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 -- 2.4.3 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
