Spaces:
Sleeping
Sleeping
Commit
·
fc43ad5
1
Parent(s):
8427d96
typo
Browse files
main.py
CHANGED
@@ -7,7 +7,7 @@ import shlex
|
|
7 |
import subprocess
|
8 |
import tempfile
|
9 |
|
10 |
-
from dist import
|
11 |
|
12 |
description = frontmatter.load("README.md").content
|
13 |
|
|
|
7 |
import subprocess
|
8 |
import tempfile
|
9 |
|
10 |
+
from dist import levenshtein_with_wildcard, print_match_summary
|
11 |
|
12 |
description = frontmatter.load("README.md").content
|
13 |
|