Skip to content

Commit

Permalink
Export HelpRephraser and ErrorRephraser from cloup.constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
janluke committed Jun 23, 2021
1 parent ee5222b commit f1ffc6f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions cloup/constraints/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
AcceptBetween,
And,
Constraint,
ErrorRephraser,
HelpRephraser,
Operator,
Or,
Rephraser,
Expand All @@ -22,11 +24,6 @@
mutually_exclusive,
require_all,
)
from ._support import (
BoundConstraintSpec,
ConstraintMixin,
constraint,
constrained_params,
)
from ._support import (BoundConstraintSpec, ConstraintMixin, constrained_params, constraint)
from .conditions import AllSet, AnySet, Equal, IsSet, Not
from .exceptions import ConstraintViolated, UnsatisfiableConstraint

0 comments on commit f1ffc6f

Please sign in to comment.