Skip to content

Commit

Permalink
PEP8ify+pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Sep 7, 2011
1 parent 084cbf3 commit 49c3f61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion celery/app/__init__.py
Expand Up @@ -48,7 +48,6 @@ def build_standard_kwargs(self, main, changes, loader, backend, amqp,
set_as_current=False,
accept_magic_kwargs=accept_magic_kwargs)


def construct(self, cls, **kwargs):
return cls(**kwargs)

Expand Down
5 changes: 3 additions & 2 deletions celery/backends/base.py
Expand Up @@ -21,8 +21,9 @@ class BaseBackend(object):

TimeoutError = TimeoutError

#: Time to sleep between polling each individual item in `ResultSet.iterate`.
#: as opposed to the `interval` argument which is for each pass.
#: Time to sleep between polling each individual item
#: in `ResultSet.iterate` (as opposed to the `interval`
#: argument which is for each pass).
subpolling_interval = None

def __init__(self, *args, **kwargs):
Expand Down
1 change: 0 additions & 1 deletion celery/utils/term.py
Expand Up @@ -23,7 +23,6 @@
IS_WINDOWS = SYSTEM == "Windows"



class colored(object):

def __init__(self, *s, **kwargs):
Expand Down

0 comments on commit 49c3f61

Please sign in to comment.