Skip to content

Commit efb8706

Browse files
authored
Update Makefile
update
1 parent ffc1115 commit efb8706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docstring: activate
4343

4444
format: activate
4545
# format code
46-
black utils/*.py *.py
46+
$(PYTHON) black utils/*.py *.py
4747

4848
clean:
4949
# clean directory of cache

0 commit comments

Comments
 (0)