apify / apify-client-python

Apify API client for Python
https://docs.apify.com/api/client/python/
Apache License 2.0
44 stars 11 forks source link

Delete the re-imports in the `consts.py` module from the `apify-shared` #163

Open vdusek opened 9 months ago

vdusek commented 9 months ago

We have introduced apify-shared-python to consolidate general constants for both the Client and SDK.

To facilitate a seamless transition to the new package, we have implemented re-imports with DeprecationWarning in the existing codebase - consts.py.

This is only a temporary state and after a few new releases, we should get rid of it.