Skip to content

Commit 313aced

Browse files
committed
fix formatting
1 parent c3febaf commit 313aced

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/unit/test_redshift.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,11 @@ def test_unload_escape_quotation_marks(
14301430

14311431
@pytest.mark.parametrize("cleanpath", [False, True])
14321432
def test_unload_cleanpath(
1433-
path: str, redshift_table: str, redshift_con: redshift_connector.Connection, databases_parameters: dict[str, Any], cleanpath: bool
1433+
path: str,
1434+
redshift_table: str,
1435+
redshift_con: redshift_connector.Connection,
1436+
databases_parameters: dict[str, Any],
1437+
cleanpath: bool,
14341438
) -> None:
14351439
df = pd.DataFrame({"id": [1, 2], "name": ["foo", "bar"]})
14361440
schema = "public"

0 commit comments

Comments
 (0)