florianschanda / miss_hit

MATLAB Independent, Small & Safe, High Integrity Tools - code formatter and more
GNU General Public License v3.0
160 stars 21 forks source link

Fix python 3.6.9 issue #210

Closed florianschanda closed 3 years ago

florianschanda commented 3 years ago

In m_ast.py

assert isinstance(re_match, re.Match)
AttributeError: module 're' has no attribute 'Match'