Skip to content

Commit d7cf7b3

Browse files
claudiolorddutt
authored andcommitted
Fix linting warnings
Signed-off-by: Claudio Lorina <[email protected]>
1 parent c106cff commit d7cf7b3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

suzieq/cli/sqcmds/command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ def _pager_print(self, df: pd.DataFrame) -> None:
274274
else:
275275
print(df)
276276

277-
# pylint: disable=too-many-statements
278277
def _gen_output(self, df: pd.DataFrame, json_orient: str = "records",
279278
dont_strip_cols: bool = False, sort: bool = True):
280279

suzieq/sqobjects/network.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from ipaddress import ip_address
2-
import re
32
import pandas as pd
43

54
from suzieq.sqobjects.basicobj import SqObject

0 commit comments

Comments
 (0)