Skip to content

Commit 34ec959

Browse files
committed
Remove extraneous param from create_template
1 parent a62361f commit 34ec959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flattentool/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
from collections import OrderedDict
1313

1414

15-
def create_template(schema, output_name='template', output_format='all', main_sheet_name='main', flatten=False, rollup=False, root_id=None, use_titles=False, **_):
15+
def create_template(schema, output_name='template', output_format='all', main_sheet_name='main',
16+
rollup=False, root_id=None, use_titles=False, **_):
1617
"""
1718
Creates template file(s) from given inputs
1819
This function is built to deal with commandline input and arguments

0 commit comments

Comments
 (0)