Skip to content

Commit 926c5f8

Browse files
committed
readme after ruff
1 parent b1a0913 commit 926c5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ async def book_table(
579579
if date == "2024-12-25":
580580
# Date unavailable - ask user for alternative
581581
result = await ctx.elicit(
582-
message=(f"No tables available for {party_size} on {date}. " "Would you like to try another date?"),
582+
message=(f"No tables available for {party_size} on {date}. Would you like to try another date?"),
583583
schema=BookingPreferences,
584584
)
585585

0 commit comments

Comments
 (0)