Skip to content

Commit ef89c2c

Browse files
authored
chore(librarian): fix post processing script for logging (#17836)
fix post processing script for logging
1 parent 270c7fe commit ef89c2c

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.librarian/generator-input/client-post-processing/logging-integration.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -463,24 +463,6 @@ replacements:
463463
"django",
464464
]
465465
count: 1
466-
- paths: [
467-
packages/google-cloud-logging/noxfile.py
468-
]
469-
before: |
470-
CURRENT_DIRECTORY = pathlib.Path\(__file__\).parent.absolute\(\)
471-
after: |
472-
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
473-
# Path to the centralized mypy configuration file at the repository root.
474-
# Search upwards to support running nox from both monorepo packages and integration test goldens.
475-
MYPY_CONFIG_FILE = next(
476-
(
477-
str(p / "mypy.ini")
478-
for p in CURRENT_DIRECTORY.parents
479-
if (p / "mypy.ini").exists()
480-
),
481-
str(CURRENT_DIRECTORY.parent.parent / "mypy.ini"),
482-
)
483-
count: 1
484466
- paths: [
485467
packages/google-cloud-logging/noxfile.py
486468
]

0 commit comments

Comments
 (0)