Skip to content

Commit

Permalink
changes name of poetry console script entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
withtwoemms committed Feb 27, 2024
1 parent 62717c3 commit d7083f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions pokedex/api/__main__.py
Expand Up @@ -29,7 +29,3 @@ def by(type: str, move: str):
results = dict(persist_requests(get_pokemon_by_move(move)))
print(Report(persisted=results))
return


def go():
return cli()
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -23,7 +23,7 @@ tests = "scripts:tests"
coverage = "scripts:coverage"
lint = "scripts:lint"
check = "scripts:check"
get-pokemon = "pokedex.api.__main__:go"
get-pokemon = "pokedex.api.__main__:cli"

[build-system]
requires = ["poetry-core==1.5.0"]
Expand Down

0 comments on commit d7083f6

Please sign in to comment.