Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
frances-h committed Nov 19, 2019
1 parent 7d0dfd8 commit 561af60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion featuretools/primitives/options_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def filter_groupby_matches_by_options(groupby_matches, options):


def filter_matches_by_options(matches, options, groupby=False):
# match_filter = groupby_filter if groupby else variable_filter
# If more than one option, than need to handle each for each input
if len(options) > 1:
def is_valid_match(match):
Expand Down

0 comments on commit 561af60

Please sign in to comment.