Skip to content

Commit

Permalink
Removing comment from README code block
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed Aug 17, 2023
1 parent ea66035 commit d75906f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ To retrieve an artifact we need to use the MLFlowClient.jl API, and for that we
know the MLflow service that our `logger` wraps:

```julia
service = MLJFlow.service(logger) # DOESN'T WORK YET!
service = MLJFlow.service(logger)
```

And we reconstruct our trained machine thus:
Expand Down

0 comments on commit d75906f

Please sign in to comment.