Kaynağa Gözat

Remove Copy/Paste Tab

Replace with spaces
master
Nate Bohman 3 yıl önce
ebeveyn
işleme
d68585089a
İmzalayan: Nate Bohman <natrinicle@gmail.com> GPC Anahtar Kimliği: C10546A54ABA1CE5
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}.py

+ 2
- 2
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}.py Dosyayı Görüntüle

@@ -23,6 +23,6 @@ logger = logging.getLogger(__name__) # pylint: disable=invalid-name
class {{ (cookiecutter.project_slug.title()).replace('_', '') }}:
"""This is a description of the class."""

def __init__(self):
def __init__(self):
"""Initialization method."""
pass
pass

Yükleniyor…
İptal
Kaydet