Skip to content

Commit

Permalink
Fix typing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 18, 2022
1 parent 984fcb9 commit bc83336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: jelmer
2 changes: 1 addition & 1 deletion xandikos/collation.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _match(a, b, k):
}


def get_collation(name: str) -> Callable[[str, str], bool]:
def get_collation(name: str) -> Callable[[str, str, str], bool]:
"""Get a collation by name.
:param name: Collation name
Expand Down

0 comments on commit bc83336

Please sign in to comment.