FIX: Pylint reduce
[csit.git] / GPL / traffic_profiles / trex / trex-stl-3n-ethip4-ip4dst40-2cnf.py
index 78be186..e58d437 100644 (file)
@@ -145,7 +145,7 @@ class TrafficStreams(TrafficStreamsBaseClass):
                 STLVmWrFlowVar(
                     fv_name=u"dst",
                     pkt_offset=u"IP.dst"
-                  ),
+                ),
                 STLVmFixIpv4(
                     offset=u"IP"
                 )
@@ -164,4 +164,3 @@ def register():
     :rtype: Object
     """
     return TrafficStreams()
-