Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Oct 11, 2024
1 parent 9f8a692 commit 63a4fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astropylibrarian/algolia/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from algoliasearch.search_index_async import SearchIndexAsync

AlgoliaIndexType = "SearchIndexAsync" | "MockAlgoliaIndex"
AlgoliaIndexType = SearchIndexAsync | "MockAlgoliaIndex"
"""Type annotation alias supporting the return types of the `AlgoliaIndex` and
`MockAlgoliaIndex` context managers.
"""
Expand Down

0 comments on commit 63a4fa0

Please sign in to comment.