Skip to content

Commit

Permalink
updates type hints, linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe committed Aug 2, 2024
1 parent 0e15bea commit b741067
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sqlalchemy_bigquery/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
)


def google_client_info(user_agent=None):
def google_client_info(
user_agent: Optional[str] = None,
) -> google.api_core.client_info.ClientInfo:
"""
Return a client_info object, with an optional user agent
string. If user_agent is None, use a default value.
Expand Down

0 comments on commit b741067

Please sign in to comment.