Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 22, 2024
1 parent 519ae5f commit 9957b1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pipenv/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,14 +554,11 @@ def __getattribute__(self, key):

def clean_results(results, resolver, project, category):
from pipenv.utils.dependencies import (
get_lockfile_section_using_pipfile_category,
translate_markers,
)

if not project.lockfile_exists:
return results
lockfile = project.lockfile_content
lockfile_section = get_lockfile_section_using_pipfile_category(category)
reverse_deps = project.environment.reverse_dependencies()
new_results = []
for result in results:
Expand Down

0 comments on commit 9957b1a

Please sign in to comment.