Skip to content

Commit fb62524

Browse files
committed
Applied Black, refs #36
1 parent 645cf7a commit fb62524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files_to_prompt/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def cli(
210210
writer = click.echo
211211
fp = None
212212
if output_file:
213-
fp = open(output_file, "w", encoding='utf-8')
213+
fp = open(output_file, "w", encoding="utf-8")
214214
writer = lambda s: print(s, file=fp)
215215
for path in paths:
216216
if not os.path.exists(path):

0 commit comments

Comments
 (0)