hgext/largefiles/remotestore.py
changeset 45942 89a2afe31e82
parent 44452 9d2b2df2c2ba
child 46907 ffd3e823a7e5
--- a/hgext/largefiles/remotestore.py	Fri Nov 27 17:00:00 2020 -0500
+++ b/hgext/largefiles/remotestore.py	Fri Nov 27 17:03:29 2020 -0500
@@ -146,8 +146,8 @@
         raise NotImplementedError(b'abstract method')
 
     def _stat(self, hashes):
-        '''Get information about availability of files specified by
+        """Get information about availability of files specified by
         hashes in the remote store. Return dictionary mapping hashes
         to return code where 0 means that file is available, other
-        values if not.'''
+        values if not."""
         raise NotImplementedError(b'abstract method')