Skip to content

Commit cf121f7

Browse files
committed
Restore ValidationError as part of the werkzeug.routing API
This matches the documented import path.
1 parent fa76cbe commit cf121f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/werkzeug/routing/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
from .converters import PathConverter
113113
from .converters import UnicodeConverter
114114
from .converters import UUIDConverter
115+
from .converters import ValidationError
115116
from .exceptions import BuildError
116117
from .exceptions import NoMatch
117118
from .exceptions import RequestAliasRedirect

0 commit comments

Comments
 (0)