mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
[ci] auto-format
This commit is contained in:
parent
da62efcf2b
commit
0b55bc2233
1 changed files with 3 additions and 1 deletions
|
|
@ -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 )(.*)"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue