Skip to content

Commit

Permalink
fixing import formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons authored Aug 26, 2024
1 parent 239e163 commit f0066a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from typing import Any, Dict, Iterable, Iterator, List, Optional

from google.api_core import retry
from google.cloud.bigquery import retry as bq_retry
from google.cloud import bigquery, datacatalog_v1, resourcemanager_v3
from google.cloud.bigquery import retry as bq_retry
from google.cloud.bigquery.table import (
RowIterator,
TableListItem,
Expand Down

0 comments on commit f0066a6

Please sign in to comment.