diff --git a/hyde/ext/publishers/dvcs.py b/hyde/ext/publishers/dvcs.py index f0c43ab..61f27dc 100644 --- a/hyde/ext/publishers/dvcs.py +++ b/hyde/ext/publishers/dvcs.py @@ -16,9 +16,6 @@ class DVCS(object): @abc.abstractmethod def save_draft(self, message=None): pass - @abc.abstractmethod - def publish(self): pass - @abc.abstractmethod def pull(self): pass