python-tools.sh: Create empty line after import
The generated code doesn't pass "make check": It would like to see a newline after the import statement. Add that.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
2cfd60a683
commit
f27ffae5cd
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ cmd_create_init()
|
|||
echo "# >> $del >>"
|
||||
echo "# ruff: noqa: E501"
|
||||
echo "from pkgutil import extend_path"
|
||||
echo ""
|
||||
echo "__path__ = extend_path(__path__, __name__)"
|
||||
local f
|
||||
local -A seen=()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue