NFVBENCH-40 Add pylint to tox
[nfvbench.git] / nfvbench / chain_managers.py
index 033eb7a..cbc53e2 100644 (file)
 #    License for the specific language governing permissions and limitations
 #    under the License.
 #
+import time
+
 
 from log import LOG
 from network import Network
 from packet_analyzer import PacketAnalyzer
 from specs import ChainType
 from stats_collector import IntervalCollector
-import time
 
 
 class StageManager(object):