Skip to content

Commit 5403b4b

Browse files
chore(python): add missing import for prerelease testing (googleapis#94)
Source-Link: googleapis/synthtool@d2871d9 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:b2dc5f80edcf5d4486c39068c9fa11f7f851d9568eea4dcba130f994ea9b5e97 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4e7976b commit 5403b4b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:65e656411895bff71cffcae97246966460160028f253c2e45b7a25d805a5b142
17-
# created: 2022-06-12T13:11:45.905884945Z
16+
digest: sha256:b2dc5f80edcf5d4486c39068c9fa11f7f851d9568eea4dcba130f994ea9b5e97
17+
# created: 2022-06-12T16:09:31.61859086Z

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
import os
2222
import pathlib
23+
import re
2324
import shutil
2425
import warnings
2526

0 commit comments

Comments
 (0)