Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Make all imports absolute #185

Open
AlexIoannides opened this issue Jul 5, 2022 · 1 comment
Open

Make all imports absolute #185

AlexIoannides opened this issue Jul 5, 2022 · 1 comment

Comments

@AlexIoannides
Copy link
Contributor

"As a Bodywork Developer, I would like all import statements for Bodywork modules to be absolute and not relative, so that they are easier to read and interpret."

Tasks

  • Convert all import statements for Bodywork modules from relative (e.g., from .foo import bar) to absolute (e.g., from bodywork.foo import bar).
@gadc1996
Copy link

gadc1996 commented Jul 5, 2022

Here's the PR
Let me know if i need to change something on it

@AlexIoannides AlexIoannides removed the good first issue Good for newcomers label Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants