Skip to content

Commit 7c9b8d0

Browse files
committedMay 23, 2015
flake8
1 parent 49ebb68 commit 7c9b8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎v7/forms/forms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AlpacaForms(Directive):
3838
has_content = True
3939

4040
def run(self):
41-
formname = 'form_'+uuid.uuid4().hex
41+
formname = 'form_' + uuid.uuid4().hex
4242
fname = self.options.get('file')
4343
if fname is None:
4444
data = '\n'.join(self.content)

0 commit comments

Comments
 (0)
Please sign in to comment.