Removed un-used variable

This commit is contained in:
Simon Willison 2018-05-15 07:08:07 -03:00
commit 89af6f05d5
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -233,7 +233,6 @@ def make_dockerfile(files, metadata_file, extra_options, branch, template_dir, p
for opt in extra_options.split():
cmd.append('"{}"'.format(opt))
install_from = 'datasette'
if branch:
install = ['https://github.com/simonw/datasette/archive/{}.zip'.format(
branch