Skip to content

Commit

Permalink
finally removed relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
89JBWebb authored and mattcember committed Jan 21, 2025
1 parent 102947b commit 77dc1ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deltacat/benchmarking/test_benchmark_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
from deltacat.storage.rivulet.fs.file_store import FileStore
from deltacat.storage.rivulet.reader.query_expression import QueryExpression
from deltacat.storage.rivulet.schema.schema import Schema, Field
from .benchmark_engine import BenchmarkEngine
from .benchmark_report import BenchmarkRun, BenchmarkReport
from .benchmark_suite import BenchmarkSuite
from .data.random_row_generator import RandomRowGenerator
from .data.row_generator import RowGenerator
from deltacat.benchmarking.benchmark_engine import BenchmarkEngine
from deltacat.benchmarking.benchmark_report import BenchmarkRun, BenchmarkReport
from deltacat.benchmarking.benchmark_suite import BenchmarkSuite
from deltacat.benchmarking.data.random_row_generator import RandomRowGenerator
from deltacat.benchmarking.data.row_generator import RowGenerator


@pytest.fixture
Expand Down

0 comments on commit 77dc1ec

Please sign in to comment.