Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Mause committed Mar 18, 2024
1 parent 044aeca commit b3766fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb_engine/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def test_table_reflect(session: Session, engine: Engine) -> None:
reflect_table(user_table, None)


@mark.xfail(reason='duckdb doesnt fully support enums in the postgres views yet')
@mark.xfail(reason="duckdb doesnt fully support enums in the postgres views yet")
def test_enum_type_format(session: Session, engine: Engine) -> None:
importorskip("duckdb", "0.6.1")

Expand Down

0 comments on commit b3766fa

Please sign in to comment.