Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 26, 2013
1 parent a94af70 commit b1316d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugins/command/ping.py
Expand Up @@ -29,7 +29,8 @@
import sys

from nikola.plugin_categories import Command
from nikola.utils import remove_file, get_logger
from nikola.utils import get_logger


class Ping(Command):
"""Ping site updates. """
Expand Down Expand Up @@ -72,4 +73,3 @@ def _execute(self, command, args):
self.logger.warn("Unknown problem while pinging service {0}: {1}".format(web_service, e))

self.logger.notice("Pinged all services")

0 comments on commit b1316d9

Please sign in to comment.