Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__lazy_modules__ = {
"google.api_core.gapic_v1.client_info",
"google.api_core.gapic_v1.config",
"google.api_core.gapic_v1.config_async",
"google.api_core.gapic_v1.method",
"google.api_core.gapic_v1.method_async",
"google.api_core.gapic_v1.routing_header",
}

from google.api_core.gapic_v1 import client_info
from google.api_core.gapic_v1 import config
from google.api_core.gapic_v1 import config_async
Expand Down
Loading