From dcf2dfa3860e379c9cfc5f02fa4ee4a2efebff9b Mon Sep 17 00:00:00 2001 From: Darren Govoni Date: Wed, 16 Mar 2022 05:26:40 -0400 Subject: [PATCH] Updates --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c65fb11..f18b05c 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,6 @@ update: format lint git push origin main python setup.py install - .PHONY: docs docs: cd docs