Skip to content

Commit 640c56f

Browse files
committed
Minor Update: Vertical spacing change.
1 parent 650be61 commit 640c56f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pixie_unclesocks/Pixie/pixie/filters.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66

7+
78
class FilterKeys(Enum):
89
CONFIDENCE = "CONFIDENCE"
910
TOTALREPORTS = "TOTALREPORTS"
@@ -14,7 +15,6 @@ class FilterKeys(Enum):
1415
BLACKLISTED = "BLACKLISTED"
1516

1617

17-
1818
class FilterLogic:
1919

2020
def __init__(self, filter_args):
@@ -62,7 +62,6 @@ def __init__(self, filter_args):
6262
}
6363
}
6464

65-
6665
@staticmethod
6766
def _contains(a_string, b_string):
6867
return b_string.upper() in a_string.upper()

0 commit comments

Comments
 (0)