From e98dc401ad1ceb2130f0e16a8c975e20e78dbe87 Mon Sep 17 00:00:00 2001 From: Casey Schneider-Mizell Date: Mon, 11 Mar 2024 23:04:15 -1000 Subject: [PATCH] tweek type hinting for older pythons --- caveclient/emannotationschemas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/caveclient/emannotationschemas.py b/caveclient/emannotationschemas.py index e5ae45eb..bd33ae87 100644 --- a/caveclient/emannotationschemas.py +++ b/caveclient/emannotationschemas.py @@ -1,3 +1,4 @@ +from __future__ import annotations from .base import ClientBase, _api_endpoints, handle_response from .endpoints import schema_api_versions, schema_endpoints_common from .auth import AuthClient