Skip to content

Commit 23cdef4

Browse files
Fix formatting
1 parent c1309ea commit 23cdef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_lakeformation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_lakeformation(path, path2, glue_database, glue_table, glue_table2, use_
5050

5151
# Filter query
5252
df2 = wr.lakeformation.read_sql_query(
53-
sql=f"SELECT * FROM {glue_table} WHERE \"string\" = :city_name",
53+
sql=f'SELECT * FROM {glue_table} WHERE "string" = :city_name',
5454
database=glue_database,
5555
params={"city_name": "Washington"},
5656
)

0 commit comments

Comments
 (0)