Skip to content

Commit

Permalink
use collections.abc
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Feb 11, 2024
1 parent 1bf5e43 commit 9acff7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Levenshtein/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from typing import Callable, Hashable, Sequence, overload
from collections.abc import Callable, Hashable, Sequence, overload

__author__: str
__license__: str
Expand Down

0 comments on commit 9acff7c

Please sign in to comment.