Skip to content

Commit

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

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

__author__: str
__license__: str
Expand Down

0 comments on commit 6f3f1b7

Please sign in to comment.