finish a first pitch of docstrings
Some checks failed
Mypy / mypy (push) Failing after 2s
Pytest / pytest (3.12) (push) Failing after 2s
Ruff / ruff (push) Failing after 2s
Mypy / mypy (pull_request) Failing after 2s
Pytest / pytest (3.12) (pull_request) Failing after 2s
Pytest / pytest (3.13) (pull_request) Failing after 1s
Pytest / pytest (3.14) (pull_request) Failing after 2s
Pytest / pytest (3.13) (push) Failing after 2s
Pytest / pytest (3.14) (push) Failing after 2s
Ruff / ruff (pull_request) Failing after 2s
Some checks failed
Mypy / mypy (push) Failing after 2s
Pytest / pytest (3.12) (push) Failing after 2s
Ruff / ruff (push) Failing after 2s
Mypy / mypy (pull_request) Failing after 2s
Pytest / pytest (3.12) (pull_request) Failing after 2s
Pytest / pytest (3.13) (pull_request) Failing after 1s
Pytest / pytest (3.14) (pull_request) Failing after 2s
Pytest / pytest (3.13) (push) Failing after 2s
Pytest / pytest (3.14) (push) Failing after 2s
Ruff / ruff (pull_request) Failing after 2s
This commit is contained in:
parent
54006f46f5
commit
4631769e81
7 changed files with 502 additions and 88 deletions
|
|
@ -134,6 +134,9 @@ def reimporter(
|
|||
),
|
||||
ident: str = typer.Argument()
|
||||
) -> None:
|
||||
"""
|
||||
Reimport the toml file identfied by the ident string.
|
||||
"""
|
||||
uuid = ident.split("::")[0]
|
||||
if len(ident.split("::")) > 1:
|
||||
toml_file = os.path.join(path, "toml_imports", ident.split("::")[1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue