Skip to content

Commit dad27fc

Browse files
committed
Remove outdated docstring on project config class
1 parent 56ced6b commit dad27fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/fastapi_cli/config.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ def read_pyproject_file(keys: Sequence[str]) -> dict[str, Any] | None:
3737
class CommandWithProjectConfig(TyperCommand):
3838
"""Command class which loads parameters from a pyproject.toml file.
3939
40-
It will search the current directory and all parent directories for
41-
a `pyproject.toml` file, then change directories to that file so all paths
42-
defined in it remain relative to it.
43-
4440
The table `tool.fastapi.cli` will be used. An additional subtable for the
4541
running command will also be used. e.g. `tool.fastapi.cli.dev`. Options
4642
on subcommand tables will override options from the cli table.

0 commit comments

Comments
 (0)