From 034c96303379c4cc70aed78d546dba805327baf9 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 18 Aug 2021 11:46:28 -0400 Subject: [PATCH] chore: add missing import in owlbot.py (#96) --- packages/grafeas/owlbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafeas/owlbot.py b/packages/grafeas/owlbot.py index 4ac0f7ae0168..5812ef64fa97 100644 --- a/packages/grafeas/owlbot.py +++ b/packages/grafeas/owlbot.py @@ -18,6 +18,7 @@ import synthtool as s import synthtool.gcp as gcp import logging +from synthtool.languages import python logging.basicConfig(level=logging.DEBUG)