Skip to content

Commit

Permalink
Update typr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 30, 2024
1 parent c48db19 commit 3e2e032
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/curies/typr.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
"""Typing utilities."""

from typing import Any, Self
from __future__ import annotations

from typing import Any

from pydantic import GetCoreSchemaHandler
from pydantic_core import core_schema
from typing_extensions import Self

from .api import Converter

Expand Down

0 comments on commit 3e2e032

Please sign in to comment.