Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 14, 2024
1 parent a5f5d96 commit 4af96d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conda_tui/screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async def refresh_package_statuses(self):
package.update_available = True
table.update_cell_at(
(row_num, 3),
f"{package.version} \N{RIGHTWARDS ARROW} {fetch_names[package.name]}",
f"{package.version} \N{{RIGHTWARDS ARROW}} {fetch_names[package.name]}",
)
else:
package.update_available = False
Expand Down

0 comments on commit 4af96d3

Please sign in to comment.