Skip to content

Commit 64e894e

Browse files
committed
chore: fix owlbot_main() arg error via new import
1 parent 8b93e95 commit 64e894e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/pubsub/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from synthtool.languages import node
15+
import synthtool.languages.node_mono_repo as node
1616

1717
# Main OwlBot processing.
1818
node.owlbot_main(relative_dir="handwritten/pubsub",templates_excludes=[

0 commit comments

Comments
 (0)