diff --git a/spanner_analytics/database.py b/spanner_analytics/database.py index 9634d85..d2fd4a0 100644 --- a/spanner_analytics/database.py +++ b/spanner_analytics/database.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations + """Represents a connection to a Cloud Spanner database. Intended for running larger analytic operations.