Revert "chore: add test comment to dump function"

This reverts commit ff8e9850ba.
This commit is contained in:
Andrew Grigorev 2025-04-12 18:14:08 +03:00
parent e1820522db
commit 02bc9a85c0

View file

@ -13,7 +13,6 @@ def cvt(s):
def dump(*vals):
# This is a test comment
# This is another test comment
# http://docs.python.org/library/traceback.html
stack = traceback.extract_stack()
vars = stack[-2][3]