ejschwartz commited on
Commit
fc43ad5
·
1 Parent(s): 8427d96
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -7,7 +7,7 @@ import shlex
7
  import subprocess
8
  import tempfile
9
 
10
- from dist import levenshtein_with_wildcards, print_match_summary
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