Skip to content

Commit 4184096

Browse files
committed
more stuff
1 parent 2330a2b commit 4184096

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
-12 KB
Binary file not shown.

python/hooks/post_gen_project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
if not {{ cookiecutter.add_fastapi }}:
1717
Path("tests/test_api.py").unlink()
18+
Path("tests/data/service_info_openapi.yaml").unlink()
1819
Path("src/{{ cookiecutter.project_slug }}/api.py").unlink()
1920
Path("src/{{ cookiecutter.project_slug }}/models.py").unlink()
2021

python/{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Settings(BaseSettings):
1111
"""Create app settings
1212
13-
There's no singleton effect here, so every new call to this class will re-compute
13+
This is not a singleton, so every new call to this class will re-compute
1414
configuration settings, defaults, etc.
1515
"""
1616

0 commit comments

Comments
 (0)