Skip to content

Commit 464a9bc

Browse files
committed
ci: fix ci
1 parent 8fa8f12 commit 464a9bc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

leetcode_py/cli/main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,3 @@ def main_callback(
3030
app.command(name="gen")(generate)
3131
app.command(name="scrape")(scrape)
3232
app.command(name="list")(list_problems)
33-
34-
35-
def main():
36-
app()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packages = [{include = "leetcode_py"}]
2222
include = ["leetcode_py/cli/resources/**/*"]
2323

2424
[tool.poetry.scripts]
25-
lcpy = "leetcode_py.cli.main:main"
25+
lcpy = "leetcode_py.cli.main:app"
2626

2727
[tool.poetry.dependencies]
2828
python = "^3.13"

0 commit comments

Comments
 (0)