Skip to content

Commit

Permalink
Fix PEP257 lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Oct 19, 2015
1 parent caa2cd6 commit ef99765
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions easy_diff_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
try:
from SubNotify.sub_notify import SubNotifyIsReadyCommand as Notify
except Exception:
class Notify:

class Notify(object):
"""Dummy fallback notify class."""

@classmethod
Expand Down

0 comments on commit ef99765

Please sign in to comment.