Skip to content

Commit 5288d41

Browse files
committed
format
1 parent a545c63 commit 5288d41

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

sphinxdocs/integration_tests/bcr/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
load("@bazel_skylib//rules:build_test.bzl", "build_test")
12
load("@sphinxdocs//sphinxdocs:sphinx.bzl", "sphinx_build_binary", "sphinx_docs")
23

34
sphinx_docs(
@@ -16,8 +17,6 @@ sphinx_build_binary(
1617
],
1718
)
1819

19-
load("@bazel_skylib//rules:build_test.bzl", "build_test")
20-
2120
build_test(
2221
name = "docs_build_test",
2322
targets = [":docs"],

sphinxdocs/integration_tests/bcr/MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ local_path_override(
1414
module_name = "rules_python",
1515
path = "../../..",
1616
)
17+
1718
dev_pip = use_extension(
1819
"@rules_python//python/extensions:pip.bzl",
1920
"pip",
@@ -25,4 +26,5 @@ dev_pip.parse(
2526
requirements_lock = "@rules_python//docs:requirements.txt",
2627
)
2728
use_repo(dev_pip, "dev_pip")
29+
2830
bazel_dep(name = "bazel_skylib", version = "1.8.2")

sphinxdocs/tests/proto_to_markdown/proto_to_markdown_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717

1818
from absl.testing import absltest
1919
from google.protobuf import text_format
20-
from stardoc.proto import stardoc_output_pb2
21-
2220
from sphinxdocs.private import proto_to_markdown
21+
from stardoc.proto import stardoc_output_pb2
2322

2423
_EVERYTHING_MODULE = """\
2524
module_docstring: "MODULE_DOC_STRING"

sphinxdocs/tests/sphinx_stardoc/sphinx_output_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import importlib.resources
22
from xml.etree import ElementTree
33

4-
from absl.testing import absltest, parameterized
5-
64
import tests.sphinx_stardoc as sphinx_stardoc
5+
from absl.testing import absltest, parameterized
76

87

98
class SphinxOutputTest(parameterized.TestCase):

0 commit comments

Comments
 (0)