Skip to content

Commit

Permalink
Missing import for '|' annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
stellasia committed Dec 4, 2024
1 parent 35133dd commit b5e6471
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
such as the SimpleKGPipeline.
"""

from __future__ import annotations

import abc
import enum
import importlib
Expand Down

0 comments on commit b5e6471

Please sign in to comment.