Skip to content

Commit 4cb17e9

Browse files
Fix LGTM warning
1 parent 7383b62 commit 4cb17e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/flow_counter_stats_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import config.main as config
1111

1212
from .utils import get_result_and_return_code
13-
from flow_counter_util.route import FLOW_COUNTER_ROUTE_PATTERN_TABLE, FLOW_COUNTER_ROUTE_MAX_MATCH_FIELD, build_route_pattern
13+
from flow_counter_util.route import FLOW_COUNTER_ROUTE_PATTERN_TABLE, FLOW_COUNTER_ROUTE_MAX_MATCH_FIELD
1414
from utilities_common.db import Db
1515
from utilities_common.general import load_module_from_source
1616

0 commit comments

Comments
 (0)