Skip to content

Commit

Permalink
Fix call to textwrap.dedent
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Apr 19, 2022
1 parent f40d130 commit 0d6fb63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelinewise/fastsync/commons/tap_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ def get_confirmed_flush_lsn(self) -> int:

res = self.primary_host_query(
textwrap.dedent(
f"""SELECT *
f"""\
SELECT *
FROM pg_replication_slots
WHERE slot_name = '{slot_name}'
AND plugin = 'wal2json'
Expand Down

0 comments on commit 0d6fb63

Please sign in to comment.