We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4850b53 commit 84e6f1fCopy full SHA for 84e6f1f
1 file changed
bin/api.sh
@@ -13,3 +13,5 @@ do
13
"$pyi" > "${pyi%.pyi}.api"
14
rm "$pyi"
15
done
16
+# Remove empty files.
17
+find api -size 0 -exec rm "{}" \;
0 commit comments