We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50031f6 commit ef03f64Copy full SHA for ef03f64
src/rapidfuzz/__pyinstaller/hook-rapidfuzz.py
@@ -5,6 +5,7 @@
5
6
7
def filterUnneededImports(name):
8
+ return False
9
if "__pyinstaller" in name:
10
return False
11
0 commit comments