Skip to content

Commit

Permalink
PEP8 cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jul 26, 2014
1 parent 6c53869 commit af7c507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doorstop/core/vcs/base.py
Expand Up @@ -8,6 +8,7 @@

from doorstop import common


class BaseWorkingCopy(object, metaclass=ABCMeta): # pylint: disable=R0921

"""Abstract base class for VCS working copies."""
Expand Down

0 comments on commit af7c507

Please sign in to comment.