mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
downstream: express: drop Python 2 fallbacks
This commit is contained in:
@@ -23,10 +23,7 @@ import itertools
|
||||
|
||||
from pyparsing import *
|
||||
|
||||
try:
|
||||
from functools import reduce
|
||||
except:
|
||||
pass
|
||||
from functools import reduce
|
||||
|
||||
|
||||
class Expression:
|
||||
|
||||
Reference in New Issue
Block a user