Skip to content

Commit

Permalink
Removed fuzzysearch from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaarcr authored Apr 15, 2021
1 parent e339177 commit 37f0394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/fuzzy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re

from fuzzysearch import find_near_matches
# from fuzzysearch import find_near_matches


def match_replace(pattern, replacement, text):
Expand Down

0 comments on commit 37f0394

Please sign in to comment.