fix: type annotation breaking on py3.9 (#28396)

This commit is contained in:
Daniel Vaz Gaspar
2024-05-09 14:44:24 +01:00
committed by GitHub
parent 9c065951e7
commit b224b8331a

View File

@@ -14,6 +14,8 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
from __future__ import annotations
from decimal import Decimal
from typing import Any