Skip to content

Commit ff5d7cf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent a4e6014 commit ff5d7cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stubs/pyphen/pyphen/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from collections.abc import Generator
22
from pathlib import Path
3-
from typing import SupportsInt
4-
from typing_extensions import Self, TypeAlias
3+
from typing import SupportsInt, TypeAlias
4+
from typing_extensions import Self
55

66
__all__ = ("LANGUAGES", "Pyphen", "language_fallback")
77
LANGUAGES: dict[str, Path]

0 commit comments

Comments
 (0)