Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
quartata committed Nov 29, 2017
1 parent b26fc77 commit 79fc39d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions findspam.py
Expand Up @@ -575,7 +575,6 @@ def __init__(self, wb=[], nwb=[], **kwargs):

self.compiled_regex = regex.compile("(?is)" + "|".join(parts), **kwargs)


def add_pattern(self, parts, pattern, line, wb=False):
wb_description = "wb" if wb else "nwb"
self.patterns[self.info.group_count + len(self.patterns)] = (pattern, line, wb_description)
Expand All @@ -592,7 +591,6 @@ def add_pattern(self, parts, pattern, line, wb=False):
else:
parts.append("({})".format(pattern))


def __call__(self, s, *args):
why = []

Expand Down

0 comments on commit 79fc39d

Please sign in to comment.