branch | stable |
changeset 51785 | 99632adff795 |
parent 50926 | 18c8c18993f0 |
child 51859 | f4733654f144 |
--- a/mercurial/lsprof.py Thu Aug 01 11:14:58 2024 +0100 +++ b/mercurial/lsprof.py Mon Aug 05 20:47:17 2024 +0200 @@ -6,7 +6,7 @@ # PyPy doesn't expose profiler_entry from the module. profiler_entry = getattr(_lsprof, 'profiler_entry', None) -__all__ = [b'profile', b'Stats'] +__all__ = ['profile', 'Stats'] def profile(f, *args, **kwds):