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

Commit ae65849

Browse files
nolargithub-actions[bot]
authored andcommitted
style fixes by ruff
1 parent 662fe7c commit ae65849

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
@@ -110,9 +110,7 @@ def select_view_columns(self, path: DbPath) -> str:
110110

111111
return """select * from pg_get_cols('{}.{}')
112112
cols(col_name name, col_type varchar)
113-
""".format(
114-
schema, table
115-
)
113+
""".format(schema, table)
116114

117115
def query_pg_get_cols(self, path: DbPath) -> Dict[str, RawColumnInfo]:
118116
rows = self.query(self.select_view_columns(path), list)

0 commit comments

Comments
 (0)