Format everything to pep8 guidelines
This commit is contained in:
parent
cd4b65de3d
commit
99fe34a0b1
33 changed files with 142 additions and 107 deletions
|
@ -48,4 +48,4 @@ class TextGenerator(object):
|
|||
return strings
|
||||
|
||||
def get_template(self, template):
|
||||
return self.templates[template]
|
||||
return self.templates[template]
|
||||
|
|
Reference in a new issue