Skip to content

Commit b739ada

Browse files
committed
use Final to typing-extensions package
1 parent 084d875 commit b739ada

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

soundfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
import numpy.typing as npt
1717
from os import SEEK_SET, SEEK_CUR, SEEK_END
1818
from ctypes.util import find_library as _find_library
19-
from typing import Any, BinaryIO, Dict, Final, Generator, Literal, Optional, Tuple, Union, TypeVar, overload, cast
20-
from typing_extensions import TypeAlias, Self
19+
from typing import Any, BinaryIO, Dict, Generator, Literal, Optional, Tuple, Union, TypeVar, overload, cast
20+
from typing_extensions import TypeAlias, Self, Final
2121
from _soundfile import ffi as _ffi
2222

2323
try:

0 commit comments

Comments
 (0)