hgext/infinitepush/fileindexapi.py
changeset 43076 2372284d9457
parent 37811 51dee6fad783
child 43077 687b865b95ad
--- a/hgext/infinitepush/fileindexapi.py	Sat Oct 05 10:29:34 2019 -0400
+++ b/hgext/infinitepush/fileindexapi.py	Sun Oct 06 09:45:02 2019 -0400
@@ -21,6 +21,7 @@
 
 from . import indexapi
 
+
 class fileindexapi(indexapi.indexapi):
     def __init__(self, repo):
         super(fileindexapi, self).__init__()