瀏覽代碼

Another Black Autocorrect Fix

Black wrapped another template import line
master
Nate Bohman 2 年之前
父節點
當前提交
478bddf3d1
簽署人: Nate Bohman <natrinicle@gmail.com> GPG 金鑰 ID: C10546A54ABA1CE5
共有 1 個檔案被更改,包括 2 行新增10 行删除
  1. +2
    -10
      {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/__init__.py

+ 2
- 10
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/__init__.py 查看文件

@@ -19,13 +19,5 @@ from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)

from .{{cookiecutter.project_slug}} import (
'' }},
'' }}"],
'_',
.replace,
=,
["{{ cookiecutter.project_slug.title,
__all__,
{{ cookiecutter.project_slug.title,
)
from .{{ cookiecutter.project_slug }} import {{ (cookiecutter.project_slug.title()).replace('_', '') }}


Loading…
取消
儲存