Explorar el Código

Remove Copy/Paste Tab

Replace with spaces
master
Nate Bohman hace 3 años
padre
commit
d68585089a
Firmado por: Nate Bohman <natrinicle@gmail.com> ID de clave GPG: C10546A54ABA1CE5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

@@ -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

Cargando…
Cancelar
Guardar