Skip to content

Commit 9dfd4b8

Browse files
committed
lint
1 parent 5b31cc0 commit 9dfd4b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ninja/router.py

-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ def add_api_operation(
320320
include_in_schema: bool = True,
321321
openapi_extra: Optional[Dict[str, Any]] = None,
322322
) -> None:
323-
324323
if "{uuid:" in path:
325324
# django by default convert strings to UUIDs
326325
# but we want to keep them as strings to let pydantic handle conversion/validation

0 commit comments

Comments
 (0)