Skip to content

Commit 350c980

Browse files
sbidouluranusjr
authored andcommitted
Simplify
Co-authored-by: Tzu-ping Chung <[email protected]>
1 parent b458d3e commit 350c980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/commands/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def format_for_columns(
333333
for proj in pkgs:
334334
# if we're working on the 'outdated' list, separate out the
335335
# latest_version and type
336-
row = [proj.raw_name, str(proj.version_str)]
336+
row = [proj.raw_name, proj.version_str]
337337

338338
if running_outdated:
339339
row.append(str(proj.latest_version))

0 commit comments

Comments
 (0)