Skip to content

Commit 5df8ee2

Browse files
Restore Search in cloudinary module
1 parent 3483520 commit 5df8ee2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cloudinary/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ def reset_config():
173173

174174
_http_client = HttpClient()
175175

176+
# FIXME: circular import issue
177+
from cloudinary.search import Search
178+
176179

177180
@python_2_unicode_compatible
178181
class CloudinaryResource(object):

0 commit comments

Comments
 (0)