Skip to content

Commit

Permalink
fix small typo readme
Browse files Browse the repository at this point in the history
Signed-off-by: mg515 <[email protected]>
  • Loading branch information
mg515 committed Mar 27, 2024
1 parent d0149a9 commit f65136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-hydra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def pipeline(cfg: DictConfig) -> None:
if __name__ == "__main__":
import OmegaConf
from omegaconf import OmegaConf
cfg = OmegaConf.structured(MySimpleConf)
pipeline(cfg=cfg)
Expand Down

0 comments on commit f65136a

Please sign in to comment.