Skip to content

Commit

Permalink
Run fix to clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnan-chandra committed Aug 1, 2023
1 parent 01c0d38 commit ede8857
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import json
from textwrap import dedent
from typing import Iterable
from pants.util.contextutil import temporary_dir
from pants.util.dirutil import safe_rmtree

import pytest

Expand All @@ -33,6 +31,8 @@
from pants.engine.target import Target
from pants.testutil.python_interpreter_selection import skip_unless_all_pythons_present
from pants.testutil.python_rule_runner import PythonRuleRunner
from pants.util.contextutil import temporary_dir
from pants.util.dirutil import safe_rmtree


@pytest.fixture
Expand Down

0 comments on commit ede8857

Please sign in to comment.