Skip to content

Commit 0e950d1

Browse files
Don't use compiled ones by default
1 parent 1222c85 commit 0e950d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiled_examples/hashes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Finds similar SHA1's in the poetry.lock file."""
22
import sys
3-
import compiled.difflib as difflib
4-
import compiled.tomllib as tomllib
3+
import difflib
4+
import tomllib
55

66
filepath = sys.argv[1]
77
with open(filepath, "rb") as file:

0 commit comments

Comments
 (0)