Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
azvoleff committed Aug 2, 2024
1 parent 39f8464 commit 92010e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions te_schemas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ def validate_matrix(legend, transitions):
]
if len(trans) == 0:
raise ValidationError(
"Meaning of transition from {} to "
"{} is undefined for {}".format(c_initial, c_final, transitions)
"Meaning of transition from {} to " "{} is undefined for {}".format(
c_initial, c_final, transitions
)
)
if len(trans) > 1:
raise ValidationError(
Expand Down

0 comments on commit 92010e5

Please sign in to comment.