Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsudharsan committed Oct 22, 2021
1 parent 61d85fb commit 81df07d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tunnelstat_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import clear.main as clear
import show.main as show
from .mock_tables import dbconnector
import sys
import os
import traceback
Expand All @@ -13,6 +10,9 @@
sys.path.insert(0, test_path)
sys.path.insert(0, modules_path)

import clear.main as clear
import show.main as show
from .mock_tables import dbconnector

show_vxlan_counters_output = """\
IFACE RX_PKTS RX_BYTES RX_PPS TX_PKTS TX_BYTES TX_PPS
Expand Down

0 comments on commit 81df07d

Please sign in to comment.