apify / apify-client-python

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

Replace relative imports rather with absolute ones #175

Closed vdusek closed 9 months ago

vdusek commented 9 months ago

e.g.

- from ...actor import Actor
+ from apify import Actor