Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703230851
Change-Id: I406086a9f4e03c4f0f8ba413c18587f2ae0997eb
  • Loading branch information
Googler authored and copybara-github committed Dec 5, 2024
1 parent b024eea commit 7d2509e
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion tools/android/instrumentation_test_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import sys
import xml.etree.ElementTree as ET

# Do not edit this line. Copybara replaces it with PY2 migration helper.
from absl import app
from absl import flags

Expand Down
1 change: 0 additions & 1 deletion tools/android/junction_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import os
import unittest

# Do not edit this line. Copybara replaces it with PY2 migration helper.
from src.test.py.bazel import test_base
from tools.android import junction

Expand Down
1 change: 0 additions & 1 deletion tools/aquery_differ/aquery_differ.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import os
import sys

# Do not edit this line. Copybara replaces it with PY2 migration helper.
from absl import app
from absl import flags
from google.protobuf import text_format
Expand Down
1 change: 0 additions & 1 deletion tools/aquery_differ/aquery_differ_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import os
import unittest

# Do not edit this line. Copybara replaces it with PY2 migration helper.
from third_party.py import mock

from src.main.protobuf import analysis_v2_pb2
Expand Down
2 changes: 0 additions & 2 deletions tools/build_defs/pkg/build_tar.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import os
import sys

# Do not edit this line. Copybara replaces it with PY2 migration helper.

from tools.build_defs.pkg import archive


Expand Down
1 change: 0 additions & 1 deletion tools/ctexplain/analyses/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"""Analysis that summarizes basic graph info."""
from typing import Tuple

# Do not edit this line. Copybara replaces it with PY2 migration helper.
from dataclasses import dataclass

from tools.ctexplain.types import ConfiguredTarget
Expand Down
1 change: 0 additions & 1 deletion tools/ctexplain/analyses/summary_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"""Tests for summary.py."""
import unittest

# Do not edit this line. Copybara replaces it with PY2 migration helper.
from frozendict import frozendict

# Do not edit this line. Copybara replaces it with PY2 migration helper..third_party.bazel.tools.ctexplain.analyses.summary as summary
Expand Down
1 change: 0 additions & 1 deletion tools/ctexplain/bazel_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from typing import Callable
from typing import List
from typing import Tuple
# Do not edit this line. Copybara replaces it with PY2 migration helper.
from frozendict import frozendict
from tools.ctexplain.types import Configuration
from tools.ctexplain.types import ConfiguredTarget
Expand Down
1 change: 0 additions & 1 deletion tools/ctexplain/ctexplain.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
from typing import Callable
from typing import Tuple

# Do not edit this line. Copybara replaces it with PY2 migration helper.
from absl import app
from absl import flags
from dataclasses import dataclass
Expand Down
1 change: 0 additions & 1 deletion tools/ctexplain/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from typing import Mapping
from typing import Optional
from typing import Tuple
# Do not edit this line. Copybara replaces it with PY2 migration helper.
from dataclasses import dataclass
from dataclasses import field
from frozendict import frozendict
Expand Down
1 change: 0 additions & 1 deletion tools/ctexplain/types_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.
"""Tests for types.py."""
import unittest
# Do not edit this line. Copybara replaces it with PY2 migration helper.
from frozendict import frozendict
from tools.ctexplain.types import Configuration

Expand Down
2 changes: 0 additions & 2 deletions tools/jdk/proguard_allowlister_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
import os
import unittest

# Do not edit this line. Copybara replaces it with PY2 migration helper.

from tools.jdk import proguard_allowlister


Expand Down

0 comments on commit 7d2509e

Please sign in to comment.