downstream: express: drop Python 2 fallbacks

This commit is contained in:
Andrej730
2026-07-14 13:00:32 +05:00
parent c5634d5160
commit 20b1d98178
3 changed files with 4 additions and 22 deletions
@@ -23,10 +23,7 @@ import itertools
from pyparsing import *
try:
from functools import reduce
except:
pass
from functools import reduce
class Expression: