Skip to content

Commit b3fcbb3

Browse files
committed
fix: Solve bad import
1 parent ed075ae commit b3fcbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/pip/pip_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from sanitize_version import sanitize_version
1+
from app.utils.sanitize_version import sanitize_version
22

33

44
async def parse_pip_constraints(raw_constraints: str) -> dict[str, str] | str:

0 commit comments

Comments
 (0)