Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace relative imports rather with absolute ones #160

Closed
vdusek opened this issue Jan 3, 2024 · 0 comments · Fixed by #177
Closed

Replace relative imports rather with absolute ones #160

vdusek opened this issue Jan 3, 2024 · 0 comments · Fixed by #177
Assignees
Labels
debt Code quality improvement or decrease of technical debt. t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@vdusek
Copy link
Contributor

vdusek commented Jan 3, 2024

e.g.

- from ...actor import Actor
+ from apify import Actor
@vdusek vdusek added debt Code quality improvement or decrease of technical debt. low priority Low priority issues to be done eventually. t-tooling Issues with this label are in the ownership of the tooling team. labels Jan 3, 2024
@vdusek vdusek self-assigned this Jan 3, 2024
@vdusek vdusek added this to the 80th sprint - Tooling team milestone Jan 3, 2024
honzajavorek added a commit to honzajavorek/apify-sdk-python that referenced this issue Jan 3, 2024
Implements apify#160, with
exception of tests, where the relative imports make some sense
and removing them would mean re-architecturing the tests.
@vdusek vdusek removed the low priority Low priority issues to be done eventually. label Jan 8, 2024
vdusek pushed a commit that referenced this issue Jan 19, 2024
Implements #160, with
exception of tests, where the relative imports make some sense
and removing them would mean re-architecturing the tests.
vdusek added a commit that referenced this issue Jan 19, 2024
Closes #160

Co-authored-by: Honza Javorek <mail@honzajavorek.cz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Code quality improvement or decrease of technical debt. t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant