Consistency

This commit is contained in:
tcely 2025-03-19 08:16:18 -04:00 committed by GitHub
parent 7f9b97dbc5
commit 74439b2f36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -198,6 +198,6 @@ def profile_func(func):
ps.sort_stats(
pstats.SortKey.CUMULATIVE
).print_stats()
return (result, (s.getvalue(), ps, s),)
return (result, (s.getvalue(), ps, s,),)
return wrapper