Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
format
Browse files Browse the repository at this point in the history
MarkDaoust committed Jan 10, 2024
1 parent 5c916d4 commit eb56a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build_docs.py
Original file line number Diff line number Diff line change
@@ -33,14 +33,14 @@
import google
from google.ai import generativelanguage as glm

import grpc
import grpc

# For showing the conditional imports and types in `content_types.py`
# grpc must be imported first.
typing.TYPE_CHECKING = True
from google import generativeai as palm



from tensorflow_docs.api_generator import generate_lib
from tensorflow_docs.api_generator import public_api

0 comments on commit eb56a06

Please sign in to comment.