python-tools.sh: Next attempt to satisfy formatter
Commit
55060486does 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:
parent
5506048614
commit
e739b8f0b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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\","
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue