Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 579b82c

Browse files
dlawingithub-actions[bot]
authored andcommitted
style fixes by ruff
1 parent 95968c5 commit 579b82c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

data_diff/databases/redshift.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ def select_view_columns(self, path: DbPath) -> str:
130130

131131
return """select * from pg_get_cols('{}.{}')
132132
cols(col_name name, col_type varchar)
133-
""".format(
134-
schema, table
135-
)
133+
""".format(schema, table)
136134

137135
def query_pg_get_cols(self, path: DbPath) -> Dict[str, tuple]:
138136
rows = self.query(self.select_view_columns(path), list)

0 commit comments

Comments
 (0)