Skip to content

Commit fcb5e86

Browse files
bors[bot]sanders41
andauthored
Merge #384
384: Add redundant export to fix import error r=alallema a=sanders41 ## What does this PR do? Fixes #383 ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to MeiliSearch! Co-authored-by: Paul Sanders <[email protected]>
2 parents 4ca7f08 + daa55ee commit fcb5e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from meilisearch.client import Client
1+
from meilisearch.client import Client as Client # pylint: disable=useless-import-alias

0 commit comments

Comments
 (0)