Skip to content

Commit a569388

Browse files
committed
Merge branch 'main' of https://github.com/inclusionAI/AReaL into fw/local-inf-engine
2 parents c70d414 + 8b54f78 commit a569388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/generate_cli_docs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
import mdformat
1919
from omegaconf import MISSING as OMEGACONF_MISSING
2020

21-
import areal.api.cli_args as cli_args_module
22-
2321
# Add the project root to the path so we can import areal
2422
project_root = Path(__file__).parent.parent
2523
sys.path.insert(0, str(project_root))
2624

25+
import areal.api.cli_args as cli_args_module # noqa: E402
26+
2727

2828
def discover_dataclasses() -> dict[str, Any]:
2929
"""Discover all dataclasses in the cli_args module."""

0 commit comments

Comments
 (0)