Skip to content

Commit a349fe5

Browse files
authored
chore(librarian): block generation for google-cloud-dialogflow due to failing mypy check (#16511)
See #16165
1 parent 76a1739 commit a349fe5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.librarian/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ libraries:
3232
# Allow generation for google-cloud-firestore once this bug is fixed.
3333
- id: "google-cloud-firestore"
3434
generate_blocked: true
35+
# TODO(https://github.com/googleapis/google-cloud-python/issues/16165):
36+
# Allow generation for google-cloud-dialogflow once this bug is fixed.
37+
- id: "google-cloud-dialogflow"
38+
generate_blocked: true

0 commit comments

Comments
 (0)