Skip to content

Commit 7f4427d

Browse files
committed
restore newline in makefile
1 parent fcb118a commit 7f4427d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ typings/matplotlib/__init__.pyi:
7474
git clone --depth 1 https://github.com/microsoft/python-type-stubs typings/python-type-stubs
7575
mv typings/python-type-stubs/stubs/matplotlib typings/
7676
rm -rf typings/python-type-stubs
77+
7778
pyright-typings: typings/appdirs typings/folium typings/uvicorn typings/seaborn typings/matplotlib/__init__.pyi
7879

7980
check: check-format check-lint check-types check-tests ## check code, style, types, and test (basic CI)

0 commit comments

Comments
 (0)