Skip to content

fix(typing): Explicitly define Match and Pattern on Import Error (python < 3.7)

Simon Chabot requested to merge topic/default/fix_type_re into branch/default

for python < 3.6 those two types are not defined. In case of import error, let's define them (in the exact same way they are defined in the re module of python

= 3.7).

Merge request reports