hgext/infinitepush/indexapi.py
changeset 43076 2372284d9457
parent 37187 03ff17a4bf53
child 45942 89a2afe31e82
--- a/hgext/infinitepush/indexapi.py	Sat Oct 05 10:29:34 2019 -0400
+++ b/hgext/infinitepush/indexapi.py	Sun Oct 06 09:45:02 2019 -0400
@@ -7,6 +7,7 @@
 
 from __future__ import absolute_import
 
+
 class indexapi(object):
     """Class that manages access to infinitepush index.
 
@@ -66,5 +67,6 @@
         """Saves optional metadata for a given node"""
         raise NotImplementedError()
 
+
 class indexexception(Exception):
     pass