Skip to content

Commit a844307

Browse files
committed
Remove .pyi files from api dir after transforming
1 parent 9b58d74 commit a844307

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/api.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ do
1111
-e '/^from /d' -e '/^import /d' \
1212
-e "s/'Task'/Task/g" \
1313
"$pyi" > "${pyi%.pyi}.api"
14+
rm "$pyi"
1415
done

0 commit comments

Comments
 (0)