Skip to content

Commit

Permalink
Updates from futures import annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe committed Nov 1, 2024
1 parent 451cf81 commit 8dbce58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/external_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Job.configuration.query.tableDefinitions.
"""

from __future__ import absolute_import
from __future__ import absolute_import, annotations

import base64
import copy
Expand Down
2 changes: 2 additions & 0 deletions google/cloud/bigquery/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

"""Schemas for BigQuery tables / queries."""

from __future__ import annotations

import collections
import copy
import enum
Expand Down

0 comments on commit 8dbce58

Please sign in to comment.