Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shimpeko committed Dec 16, 2022
1 parent ccec2d1 commit 9a7ddeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,9 @@ def do_outdated(project, pypi_mirror=None, pre=False, clear=False):
)
if name_in_pipfile:
required = ""
version = get_version(project.get_pipfile_section(category)[name_in_pipfile])
version = get_version(
project.get_pipfile_section(category)[name_in_pipfile]
)
rdeps = reverse_deps.get(canonicalize_name(package))
if isinstance(rdeps, Mapping) and "required" in rdeps:
required = " {} required".format(rdeps["required"])
Expand Down

0 comments on commit 9a7ddeb

Please sign in to comment.