diff --git a/benchmarks/basic_commands.py b/benchmarks/basic_commands.py index f4a76e419bc8363299188572ef37b4455963c0a2_YmVuY2htYXJrcy9iYXNpY19jb21tYW5kcy5weQ==..4693021e6326fc68b27862d5ed94070580f10fa6_YmVuY2htYXJrcy9iYXNpY19jb21tYW5kcy5weQ== 100644 --- a/benchmarks/basic_commands.py +++ b/benchmarks/basic_commands.py @@ -29,7 +29,12 @@ import queue # TODO: don't hardcode -STRIP_REVSETS = {"same": "tip", "last-ten": "last(all(), 10)", "last-hundred": "last(all(), 100)", "last-thousand": "last(all(), 1000)"} +STRIP_REVSETS = { + 'same': "tip", + 'last-ten': "last(all(), 10)", + 'last-hundred': "last(all(), 100)", + 'last-thousand': "last(all(), 1000)", +} def get_strip_variants():