hgext/convert/transport.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
--- a/hgext/convert/transport.py	Thu Aug 31 23:56:15 2023 +0200
+++ b/hgext/convert/transport.py	Fri Sep 01 00:09:55 2023 +0200
@@ -27,8 +27,6 @@
 Pool = svn.core.Pool
 SubversionException = svn.core.SubversionException
 
-from mercurial.pycompat import getattr
-
 # Some older versions of the Python bindings need to be
 # explicitly initialized. But what we want to do probably
 # won't work worth a darn against those libraries anyway!