Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed Mar 8, 2018
1 parent 5e6e2cd commit dcdc68e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nikola/plugins/command/check.py
Expand Up @@ -156,7 +156,6 @@ class CommandCheck(Command):

def _execute(self, options, args):
"""Check the generated site."""

if not options['links'] and not options['files'] and not options['clean']:
print(self.help())
return False
Expand Down
1 change: 0 additions & 1 deletion nikola/plugins/command/github_deploy.py
Expand Up @@ -79,7 +79,6 @@ class CommandGitHubDeploy(Command):

def _execute(self, options, args):
"""Run the deployment."""

# Check if ghp-import is installed
check_ghp_import_installed()

Expand Down

0 comments on commit dcdc68e

Please sign in to comment.