mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
c0fa2dbd79
commit
decdc815e3
1 changed files with 3 additions and 1 deletions
|
|
@ -41,7 +41,9 @@ HEADERS = {
|
|||
"User-Agent": _env["user_agent_string"],
|
||||
}
|
||||
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 )(.*)"),
|
||||
"plugin_entry_points": re.compile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue