Skip to content

Commit

Permalink
self from typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
a.khokhulin committed Nov 23, 2024
1 parent 13fa7e4 commit 82fb838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo_alignment/dataset/chat/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from abc import ABC
from itertools import accumulate
from pathlib import Path
from typing import Any, Self, overload
from typing import Any, overload
from typing_extensions import Self

import numpy as np
import numpy.typing as npt
Expand Down

0 comments on commit 82fb838

Please sign in to comment.