Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Apr 19, 2018
1 parent c55ef71 commit 540ce21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readthedocs/projects/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,15 @@ def run(self, *args, **kwargs):

class SyncRepositoryTaskStep(SyncRepositoryMixin):

"""Entry point to synchronize the VCS documentation.
"""
Entry point to synchronize the VCS documentation.
.. note::
This is implemented as a separate class to isolate each run of the
underlying task. Previously, we were using a custom ``celery.Task`` for
this, but this class is only instantiated once -- on startup. The effect
was that this instance shared state between workers.
"""

def run(self, version_pk): # pylint: disable=arguments-differ
Expand Down

0 comments on commit 540ce21

Please sign in to comment.