Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl committed Nov 24, 2024
1 parent 2959186 commit 0bb863f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.
from __future__ import annotations

from typing import Any, Dict, List, Optional, Union
from typing import Any, Dict, List, Optional, Union # noqa: UP035 - prevent pytest failing in back-compat

from pydantic import BaseModel, Field

Expand Down

0 comments on commit 0bb863f

Please sign in to comment.