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
As a user, I would like to have my imports nicely structured (and PEP8 compliant). Current import structure is too long for this.
Current import from blueprints.codes.eurocode.nen_en_1993_1_1_c2_a1_2016.chapter_6_ultimate_limit_state.formula_6_5 import Form6Dot5UnityCheckTensileStrength
Proposed design (both the original and): from blueprints import Form6Dot5UnityCheckTensileStrength
Acceptance Criteria
All modules in blueprints.codes.eurocodes can be imported through blueprints (or similar).
A scalable solution is designed, so this automatically works in future updates
Uh oh!
There was an error while loading. Please reload this page.
Description
As a user, I would like to have my imports nicely structured (and PEP8 compliant). Current import structure is too long for this.
Current import
from blueprints.codes.eurocode.nen_en_1993_1_1_c2_a1_2016.chapter_6_ultimate_limit_state.formula_6_5 import Form6Dot5UnityCheckTensileStrength
Proposed design (both the original and):
from blueprints import Form6Dot5UnityCheckTensileStrength
Acceptance Criteria
Dependencies
No response
Confirmation
The text was updated successfully, but these errors were encountered: