Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
PatBall1 committed Sep 16, 2024
1 parent c569c7c commit 39d5b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectree2/models/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def get_tree_dicts(directory: str, class_mapping: Optional[Dict[str, int]] = Non
def combine_dicts(root_dir: str,
val_dir: int,
mode: str = "train",
class_mapping: Optional[Dict[str, int]] = None) -> List[Dict[str, Any]]:``
class_mapping: Optional[Dict[str, int]] = None) -> List[Dict[str, Any]]:
"""
Combine dictionaries from different directories based on the specified mode.
Expand Down

0 comments on commit 39d5b1c

Please sign in to comment.