Skip to content

Commit 9d94ede

Browse files
committed
conformance without s
1 parent a513649 commit 9d94ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tipg/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def __post_init__(self):
219219
"""Post Init: register route and configure specific options."""
220220
self.register_routes()
221221
if self.with_common:
222-
self._conformances_route()
222+
self._conformance_route()
223223
self._landing_route()
224224

225225
def url_for(self, request: Request, name: str, **path_params: Any) -> str:

0 commit comments

Comments
 (0)