Skip to content

Commit

Permalink
Alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone-de-Rijke committed Jan 31, 2024
1 parent 6bd6681 commit 7ed8ae8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from blueprints.codes.eurocode.nen_en_1993_1_1_c2_a1_2016.chapter_6_ultimate_limit_state.formula_6_5 import (
Form6Dot5UnityCheckTensileStrength,
)
from blueprints.validations import NegativeValueError, LessOrEqualToZeroError
from blueprints.validations import LessOrEqualToZeroError, NegativeValueError


class TestForm6Dot5UnityCheckTensileStrength:
"""Validation for formula 6.5 from NEN-EN 1993-1-1+C2+A1:2016."""
Expand Down

0 comments on commit 7ed8ae8

Please sign in to comment.