You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
"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).
The text was updated successfully, but these errors were encountered:
"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
from .foo import bar
) to absolute (e.g.,from bodywork.foo import bar
).The text was updated successfully, but these errors were encountered: