diff --git a/docs_src/custom_api_router/tutorial001.py b/docs_src/custom_api_router/tutorial001.py index 8ad872b20..9fd104044 100644 --- a/docs_src/custom_api_router/tutorial001.py +++ b/docs_src/custom_api_router/tutorial001.py @@ -1,12 +1,3 @@ -""" -File: tutorial001 -Author: prakash -Created: 12/03/25. -""" - -__author__ = "prakash" -__date__ = "12/03/25" - import time from typing import Any, Awaitable, Callable, List, Optional, Set, Union