Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Aug 14, 2023
1 parent ed482b1 commit 6687de0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion dialogflow-cx/basic_webhook_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
import delegators as dg
import dialogflow_sample as ds
from utilities import RequestMock
from webhook.main import build_request_dict_basic, extract_text, get_webhook_uri, webhook_fcn
from webhook.main import (
build_request_dict_basic,
extract_text,
get_webhook_uri,
webhook_fcn,
)


def get_expected_response(tag, input_text):
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
# pylint: disable=missing-module-docstring,missing-function-docstring

from __future__ import absolute_import

import os
import pathlib
import shutil

import nox


BLACK_VERSION = "black==22.3.0"
BLACK_PATHS = ["."]

Expand Down

0 comments on commit 6687de0

Please sign in to comment.