chore: reformatted all files

This commit is contained in:
2020-02-03 19:46:41 +01:00
parent ca78b6a6fd
commit 4ed2215c3f
6 changed files with 7 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
from typing import List
import re
re_types = re.compile('([BCDFIJSZV]|L(?:[a-zA-Z0-9_]+/)+[a-zA-Z0-9_]+;)')
re_method_sig = re.compile(fr"\(({re_types.pattern}*)\){re_types.pattern}")