We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b58d74 commit a844307Copy full SHA for a844307
1 file changed
bin/api.sh
@@ -11,4 +11,5 @@ do
11
-e '/^from /d' -e '/^import /d' \
12
-e "s/'Task'/Task/g" \
13
"$pyi" > "${pyi%.pyi}.api"
14
+ rm "$pyi"
15
done
0 commit comments