Skip to content

Commit 9c515ac

Browse files
shannonzhufacebook-github-bot
authored andcommitted
Remove unused format string
Summary: really just need a commit to buffer an open source version bump 0.0.51 Context: pypi/warehouse#4985 Reviewed By: mrkmndz Differential Revision: D22879537 fbshipit-source-id: 286a7275cda0658245700887a5eb686b9df4018e
1 parent 878a007 commit 9c515ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/recently_used_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ def _default_indicator(index: int) -> str:
112112
index = 0 if user_input == "" else int(user_input)
113113
return local_roots[index]
114114
except (Exception, KeyboardInterrupt):
115-
LOG.error(f"No valid local root chosen. Quitting.")
115+
LOG.error("No valid local root chosen. Quitting.")
116116
return None

0 commit comments

Comments
 (0)