Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianoGuadagnino committed Jan 26, 2025
1 parent f585e80 commit 142a2ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/kiss_icp/config/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def _yaml_source(config_file: Optional[Path]) -> Dict[str, Any]:


def load_config(config_file: Optional[Path], max_range: Optional[float]) -> KISSConfig:

config = KISSConfig(**_yaml_source(config_file))

# Override defaults from command line
Expand Down

0 comments on commit 142a2ce

Please sign in to comment.