hgext/lfs/wrapper.py
changeset 43089 c59eb1560c44
parent 43087 66f2cc210a29
child 43105 649d3ac37a12
--- a/hgext/lfs/wrapper.py	Sun Oct 06 16:39:13 2019 -0400
+++ b/hgext/lfs/wrapper.py	Sun Oct 06 16:55:18 2019 -0400
@@ -11,7 +11,10 @@
 
 from mercurial.i18n import _
 from mercurial.node import bin, hex, nullid, short
-from mercurial.pycompat import setattr
+from mercurial.pycompat import (
+    getattr,
+    setattr,
+)
 
 from mercurial import (
     bundle2,