hgext/infinitepush/bundleparts.py
changeset 45942 89a2afe31e82
parent 43105 649d3ac37a12
child 46113 59fa3890d40a
--- a/hgext/infinitepush/bundleparts.py	Fri Nov 27 17:00:00 2020 -0500
+++ b/hgext/infinitepush/bundleparts.py	Fri Nov 27 17:03:29 2020 -0500
@@ -90,11 +90,11 @@
 
 
 def _handlelfs(repo, missing):
-    '''Special case if lfs is enabled
+    """Special case if lfs is enabled
 
     If lfs is enabled then we need to call prepush hook
     to make sure large files are uploaded to lfs
-    '''
+    """
     try:
         lfsmod = extensions.find(b'lfs')
         lfsmod.wrapper.uploadblobsfromrevs(repo, missing)