Skip to content

Commit

Permalink
Update vocabulary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 5, 2025
1 parent b9b0a08 commit d783503
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/curies/vocabulary.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""A module containing pre-defined references."""

from typing import Literal, TypeAlias
from typing import Literal

from typing_extensions import TypeAlias

from curies import NamedReference as Reference

Expand Down

0 comments on commit d783503

Please sign in to comment.