Skip to content

Commit

Permalink
Fix overload signature
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Jul 23, 2024
1 parent bb96c23 commit e4b8365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_behavior_core_analysis/io/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ def __init__(
self,
/,
path: PathLike,
*,
builder: _DataStreamSourceBuilder,
*,
name: Optional[str] = None,
auto_load: bool = False,
**kwargs,
Expand Down

0 comments on commit e4b8365

Please sign in to comment.