Skip to content

Commit d03def1

Browse files
committed
[DOCS] new milestones update
1 parent 5b277ea commit d03def1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/fastapi_fastkit/utils/inspector.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# --------------------------------------------------------------------------
33
# The Module inspect FastAPI template is appropriate
44
#
5+
# This module will be read by Github Action when contributor
6+
# makes a PR of adding new FastAPI template.
7+
#
58
# @author bnbong
69
# --------------------------------------------------------------------------
710
import shutil

src/fastapi_fastkit/utils/transducer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ def copy_and_convert_template(
6666

6767
def _convert_real_extension_to_tpl() -> None:
6868
# TODO : impl this for converting runnable FastAPI app code to template - debugging operation for contributors
69+
# this will be used at inspector module, not package user's runtime.
6970
pass

0 commit comments

Comments
 (0)