mercurial/statprof.py
changeset 51834 454feddab720
parent 51815 460e80488cf0
parent 51789 99632adff795
child 51863 f4733654f144
--- a/mercurial/statprof.py	Wed Aug 28 23:25:26 2024 +0200
+++ b/mercurial/statprof.py	Fri Sep 06 02:12:19 2024 +0200
@@ -126,7 +126,7 @@
 defaultdict = collections.defaultdict
 contextmanager = contextlib.contextmanager
 
-__all__ = [b'start', b'stop', b'reset', b'display', b'profile']
+__all__ = ['start', 'stop', 'reset', 'display', 'profile']
 
 skips = {
     "util.py:check",