Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed Nov 29, 2023
1 parent 221120e commit 85b8b01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terrarium/bi_ci/bi_ci/split_pytest_tasks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import json
import functools
import json
import pathlib
import typing

Expand Down Expand Up @@ -90,7 +90,6 @@ def get_tests(
root_dir: pathlib.Path,
test_targets_json_path: pathlib.Path,
) -> typing.Generator[tuple[pathlib.Path, str], None, None]:

for package_path in read_package_paths(test_targets_json_path):
if requested_mode == DEFAULT_MODE:
yield from get_default_package_tests(root_dir / package_path)
Expand Down

0 comments on commit 85b8b01

Please sign in to comment.