We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ebb68 commit 7c9b8d0Copy full SHA for 7c9b8d0
v7/forms/forms.py
@@ -38,7 +38,7 @@ class AlpacaForms(Directive):
38
has_content = True
39
40
def run(self):
41
- formname = 'form_'+uuid.uuid4().hex
+ formname = 'form_' + uuid.uuid4().hex
42
fname = self.options.get('file')
43
if fname is None:
44
data = '\n'.join(self.content)
0 commit comments