From 5ad3874bf8b5eb89c9a4e743c91e4136078a7edc Mon Sep 17 00:00:00 2001 From: Purushot14 Date: Thu, 13 Mar 2025 18:56:23 +0530 Subject: [PATCH] Removed Meta info from tutorial001 --- docs_src/custom_api_router/tutorial001.py | 9 --------- 1 file changed, 9 deletions(-) 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