Remove import annotations from tests (#169527)

This commit is contained in:
epenet
2026-04-30 09:30:46 +02:00
committed by GitHub
parent 2d87280ea8
commit 88525955ce
811 changed files with 0 additions and 1622 deletions
-2
View File
@@ -1,7 +1,5 @@
"""Patch JSON related functions."""
from __future__ import annotations
import functools
from typing import Any
from unittest import mock