Browse Source

Removed Meta info from tutorial001

pull/13483/head
Purushot14 3 weeks ago
parent
commit
5ad3874bf8
  1. 9
      docs_src/custom_api_router/tutorial001.py

9
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

Loading…
Cancel
Save