Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
fix(cli): remove unneeded main call
Browse files Browse the repository at this point in the history
  • Loading branch information
accraze committed Sep 17, 2016
1 parent 4095930 commit 4fe259c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/livingdocs/cli.py
Expand Up @@ -29,7 +29,3 @@ def cli(title, description, baseurl):
click.echo('Building Living Docs Site')
site = StaticSite(title=title, description=description, baseurl=baseurl)
site.create()


if __name__ == '__main__':
main()

0 comments on commit 4fe259c

Please sign in to comment.