Skip to content

Commit b895476

Browse files
TurnrDevoz123
authored andcommitted
Update pipenv/utils/resolver.py
1 parent 997d7e8 commit b895476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipenv/utils/resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,6 @@ def resolve_deps(
962962
@lru_cache
963963
def get_pipenv_sitedir() -> Optional[str]:
964964
for dist in importlib_metadata.distributions():
965-
if dist.metadata.get("Name","").lower() == "pipenv":
965+
if dist.metadata.get("Name", "").lower() == "pipenv":
966966
return str(dist.locate_file(""))
967967
return None

0 commit comments

Comments
 (0)