mercurial/vfs.py
changeset 50929 18c8c18993f0
parent 50754 f173c2c23289
child 51430 187c5769a629
--- a/mercurial/vfs.py	Thu Aug 31 23:56:15 2023 +0200
+++ b/mercurial/vfs.py	Fri Sep 01 00:09:55 2023 +0200
@@ -16,11 +16,6 @@
 )
 
 from .i18n import _
-from .pycompat import (
-    delattr,
-    getattr,
-    setattr,
-)
 from . import (
     encoding,
     error,