Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Friedowitz committed Jan 19, 2024
1 parent 46b94bf commit c0ef1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lm-eval = "0.4.0"
einops = "0.7.0"

[tool.poetry.scripts]
flamingo = 'flamingo.__main__:cli'
flamingo = "flamingo.__main__:cli"

[tool.pytest.ini_options]
addopts = "-v --cov src --no-cov-on-fail --disable-warnings"
Expand Down

0 comments on commit c0ef1cc

Please sign in to comment.