chore: reformatted all files
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user