Skip to content

Commit

Permalink
fix(pipe): Fix incorrect value in PipeConfig init method
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jun 21, 2023
1 parent b77d0cb commit dc9018d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyfi/pipe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class PipeConfig(BaseConfig):
"""Pipe Configuration"""

config_name: str = "__instance__"
config_name: str = "__init__"
config_group: str = "pipe"

_func_: Union[str, Dict] = "hyfi.pipe.funcs.apply_pipe_func"
Expand Down

0 comments on commit dc9018d

Please sign in to comment.