python-tools.sh: Next attempt to satisfy formatter
Some checks failed
CI / Packaging - Kali Linux (pull_request) Failing after 3m41s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Failing after 3m59s
CI / Packaging test (pull_request) Failing after 0s

Commit 55060486 does not satisfy yapf in all places of the source code, so have another attempt at it.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-06-25 18:09:56 +02:00
commit e739b8f0b8
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -81,12 +81,12 @@ cmd_create_init()
echo "import `module_path $f` as $f"
__add_seen $f
done
echo
fi
if [ ${#seen[@]} -eq 0 ]; then
echo "__all__ = []"
else
echo
echo "__all__ = ["
for dst_type in ${!seen[@]}; do
echo " \"$dst_type\","