Skip to content

Commit fea8d7b

Browse files
fix pylint
Signed-off-by: Emanuele Lanuti <emanuele.lanuti@stardustsystems.net>
1 parent da715e2 commit fea8d7b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

suzieq/cli/sqcmds/sq_completions.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
from typing import List, Dict, Optional, Tuple, Set
2-
import pandas as pd
1+
from typing import Dict, List, Optional, Set, Tuple
32

43
from nubia.internal import context
4+
55
from suzieq.shared.context import SqContext
6+
from suzieq.shared.utils import lru_cache, timed_lru_cache
67
from suzieq.sqobjects import get_sqobject, get_tables
7-
from suzieq.shared.utils import timed_lru_cache, lru_cache
8-
98

109
virt_tbl_cmd_mapping: Dict[str, str] = {
1110
'endpoint': 'device',

0 commit comments

Comments
 (0)