Skip to content

Commit 7d2509e

Browse files
Googlercopybara-github
authored andcommitted
Automatic code cleanup.
PiperOrigin-RevId: 703230851 Change-Id: I406086a9f4e03c4f0f8ba413c18587f2ae0997eb
1 parent b024eea commit 7d2509e

File tree

12 files changed

+0
-14
lines changed

12 files changed

+0
-14
lines changed

tools/android/instrumentation_test_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import sys
2323
import xml.etree.ElementTree as ET
2424

25-
# Do not edit this line. Copybara replaces it with PY2 migration helper.
2625
from absl import app
2726
from absl import flags
2827

tools/android/junction_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import os
1717
import unittest
1818

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

tools/aquery_differ/aquery_differ.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import os
3939
import sys
4040

41-
# Do not edit this line. Copybara replaces it with PY2 migration helper.
4241
from absl import app
4342
from absl import flags
4443
from google.protobuf import text_format

tools/aquery_differ/aquery_differ_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import os
1818
import unittest
1919

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

2322
from src.main.protobuf import analysis_v2_pb2

tools/build_defs/pkg/build_tar.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
import os
1818
import sys
1919

20-
# Do not edit this line. Copybara replaces it with PY2 migration helper.
21-
2220
from tools.build_defs.pkg import archive
2321

2422

tools/ctexplain/analyses/summary.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"""Analysis that summarizes basic graph info."""
1515
from typing import Tuple
1616

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

2019
from tools.ctexplain.types import ConfiguredTarget

tools/ctexplain/analyses/summary_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"""Tests for summary.py."""
1515
import unittest
1616

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

2019
# Do not edit this line. Copybara replaces it with PY2 migration helper..third_party.bazel.tools.ctexplain.analyses.summary as summary

tools/ctexplain/bazel_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from typing import Callable
2222
from typing import List
2323
from typing import Tuple
24-
# Do not edit this line. Copybara replaces it with PY2 migration helper.
2524
from frozendict import frozendict
2625
from tools.ctexplain.types import Configuration
2726
from tools.ctexplain.types import ConfiguredTarget

tools/ctexplain/ctexplain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
from typing import Callable
3838
from typing import Tuple
3939

40-
# Do not edit this line. Copybara replaces it with PY2 migration helper.
4140
from absl import app
4241
from absl import flags
4342
from dataclasses import dataclass

tools/ctexplain/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from typing import Mapping
1717
from typing import Optional
1818
from typing import Tuple
19-
# Do not edit this line. Copybara replaces it with PY2 migration helper.
2019
from dataclasses import dataclass
2120
from dataclasses import field
2221
from frozendict import frozendict

0 commit comments

Comments
 (0)