Skip to content

Commit c6a9b7f

Browse files
committed
remove erroneous import
1 parent 9bb0e3c commit c6a9b7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.generator/test_cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ def mock_build_bazel_file(tmp_path, monkeypatch):
137137
"""Creates the mock request file at the correct path inside a temp dir."""
138138
# Create the path as expected by the script: .librarian/build-request.json
139139
bazel_build_path = f"{SOURCE_DIR}/google/cloud/language/v1/BUILD.bazel"
140-
from pathlib import Path
141-
142140
bazel_build_dir = tmp_path / Path(bazel_build_path).parent
143141
os.makedirs(bazel_build_dir)
144142
build_bazel_file = bazel_build_dir / os.path.basename(bazel_build_path)

0 commit comments

Comments
 (0)