Skip to content

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Ho authored and Colin Ho committed Oct 2, 2024
1 parent 5c58047 commit 48bb9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/test_local_tpch.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import itertools

import daft.context
from tests.integration.conftest import check_answer # noqa
from tests.integration.conftest import check_answer # noqa F401

ENGINES = ["native"] if IS_CI else ["native", "python"]

Expand Down

0 comments on commit 48bb9d2

Please sign in to comment.