Skip to content

Commit c7fe860

Browse files
committed
style: Replace single quotes with double quotes in main.py
1 parent 99b0209 commit c7fe860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aider/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ def get_io(pretty):
11101110
coder.ok_to_warm_cache = False
11111111

11121112
# Set the placeholder if provided
1113-
if hasattr(switch, 'placeholder') and switch.placeholder is not None:
1113+
if hasattr(switch, "placeholder") and switch.placeholder is not None:
11141114
io.placeholder = switch.placeholder
11151115

11161116
kwargs = dict(io=io, from_coder=coder)

0 commit comments

Comments
 (0)