Skip to content

Commit

Permalink
typing.Never does not exist in Python 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfish committed Dec 12, 2024
1 parent 60bf8c5 commit c0fc330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ailment/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
try:
from claripy.ast import Bits
except ImportError:
from typing import Never as Bits
from typing_extensions import Never as Bits

try:
import _md5 as md5lib
Expand Down

0 comments on commit c0fc330

Please sign in to comment.