Skip to content

Commit 83d6bc2

Browse files
authored
Update Makefile
1 parent 074488a commit 83d6bc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ test:
1616

1717
lint:
1818
pylint --disable=R,C,W1202 \
19-
src/chap14/flask-sklearn/*.py \
20-
19+
src/chap14-MLOps/flask-sklearn/*.py
2120

2221
all: install lint test

0 commit comments

Comments
 (0)