Skip to content

Commit

Permalink
refactor: delete an unused bin program
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder authored and nedbat committed Dec 7, 2023
1 parent 73c206b commit 5182724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test-html-coverage-report: test ## Run tests and show coverage report in browser
open htmlcov/index.html

pylint: ## Run pylint
-pylint --rcfile=pylintrc openedx_webhooks tests bin setup.py
-pylint --rcfile=pylintrc openedx_webhooks tests setup.py

TYPEABLE = openedx_webhooks tests
mypy: ## Run mypy to check type annotations
Expand Down
46 changes: 0 additions & 46 deletions bin/get_task_result_errors.py

This file was deleted.

0 comments on commit 5182724

Please sign in to comment.