Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2eebc7e

Browse files
committed
Cleanup
1 parent 3f2fee0 commit 2eebc7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ help:
2121
dist: .venv
2222
rm -rf dist build
2323
$(VENV_PATH)/bin/python setup.py sdist bdist_wheel
24-
2524
.PHONY: dist
2625

2726
format: .venv
@@ -46,7 +45,6 @@ lint: .venv
4645
echo "Bad formatting? Run: make format"; \
4746
echo "================================"; \
4847
false)
49-
5048
.PHONY: lint
5149

5250
apidocs: .venv

0 commit comments

Comments
 (0)