Skip to content

Commit 849c69e

Browse files
committed
Ready to review
1 parent 5d3b6f3 commit 849c69e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/kiss_icp/config/parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def _yaml_source(config_file: Optional[Path]) -> Dict[str, Any]:
6565

6666

6767
def load_config(config_file: Optional[Path]) -> KISSConfig:
68-
"""Load configuration from an Optional yaml file."""
68+
"""Load configuration from an optional yaml file."""
69+
6970

7071
config = KISSConfig(**_yaml_source(config_file))
7172

0 commit comments

Comments
 (0)