hgext/infinitepush/indexapi.py
changeset 45942 89a2afe31e82
parent 43076 2372284d9457
child 48875 6000f5b25c9b
--- a/hgext/infinitepush/indexapi.py	Fri Nov 27 17:00:00 2020 -0500
+++ b/hgext/infinitepush/indexapi.py	Fri Nov 27 17:03:29 2020 -0500
@@ -47,8 +47,7 @@
         raise NotImplementedError()
 
     def deletebookmarks(self, patterns):
-        """Accepts list of bookmarks and deletes them.
-        """
+        """Accepts list of bookmarks and deletes them."""
         raise NotImplementedError()
 
     def getbundle(self, node):