Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 23, 2015
1 parent 49ebb68 commit 7c9b8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v7/forms/forms.py
Expand Up @@ -38,7 +38,7 @@ class AlpacaForms(Directive):
has_content = True

def run(self):
formname = 'form_'+uuid.uuid4().hex
formname = 'form_' + uuid.uuid4().hex
fname = self.options.get('file')
if fname is None:
data = '\n'.join(self.content)
Expand Down

0 comments on commit 7c9b8d0

Please sign in to comment.