Remove ancient, no-way-this-is-working-right-now test leftovers

This commit is contained in:
Josh Klar
2019-07-25 00:07:08 -07:00
parent 17ba405bcc
commit 86c8e006e0
7 changed files with 1 additions and 85 deletions

View File

@@ -96,7 +96,7 @@ fix-formatting: devdeps
@$(PIPENV) run black .
fix-isort: devdeps
@find kmk/ tests/ user_keymaps/ -name "*.py" | xargs $(PIPENV) run isort
@find kmk/ user_keymaps/ -name "*.py" | xargs $(PIPENV) run isort
clean:
@echo "===> Cleaning build artifacts"