Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-acryl committed Jan 17, 2025
1 parent 5f25f3c commit 18770a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -970,4 +970,4 @@ def streams_for_database(
from_clause = (
f"""FROM '{stream_pagination_marker}'""" if stream_pagination_marker else ""
)
return f"""SHOW STREAMS IN DATABASE {db_name} LIMIT {limit} {from_clause};"""
return f"""SHOW STREAMS IN DATABASE {db_name} LIMIT {limit} {from_clause};"""

0 comments on commit 18770a9

Please sign in to comment.