[ci] auto-format

This commit is contained in:
rikkolovescats 2023-06-20 19:26:47 +00:00 committed by github-actions[bot]
parent da62efcf2b
commit 0b55bc2233

View file

@ -42,7 +42,9 @@ HEADERS = {
}
PLUGIN_DIRECTORY = _env["python_directory_user"]
_regexp_friendly_class_name_shortcut = lambda string: string.replace(".", "\\.")
def _regexp_friendly_class_name_shortcut(string): return string.replace(".", "\\.")
REGEXP = {
"plugin_api_version": re.compile(b"(?<=ba_meta require api )(.*)"),