We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c70d414 + 8b54f78 commit a569388Copy full SHA for a569388
docs/generate_cli_docs.py
@@ -18,12 +18,12 @@
18
import mdformat
19
from omegaconf import MISSING as OMEGACONF_MISSING
20
21
-import areal.api.cli_args as cli_args_module
22
-
23
# Add the project root to the path so we can import areal
24
project_root = Path(__file__).parent.parent
25
sys.path.insert(0, str(project_root))
26
+import areal.api.cli_args as cli_args_module # noqa: E402
+
27
28
def discover_dataclasses() -> dict[str, Any]:
29
"""Discover all dataclasses in the cli_args module."""
0 commit comments