Skip to content

Commit 611703c

Browse files
committed
chore: missing import
1 parent 2d9a813 commit 611703c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/python/app/search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from algoliasearch.search.client import SearchClientSync
44
from algoliasearch.search.config import SearchConfig
5+
from algoliasearch.search import __version__
56
from dotenv import load_dotenv
67

78
load_dotenv("../.env")

0 commit comments

Comments
 (0)