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
6c9064e0a7
commit
f3d874d3ec
1 changed files with 3 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ HEADERS = {
|
|||
}
|
||||
PLUGIN_DIRECTORY = _env["python_directory_user"]
|
||||
|
||||
|
||||
def get_event_loop():
|
||||
# loop = asyncio.ProactorEventLoop() if sys.platform == 'win32' else asyncio.new_event_loop()
|
||||
return ba._asyncio._asyncio_event_loop
|
||||
|
|
@ -61,7 +62,8 @@ def get_event_loop():
|
|||
# return running
|
||||
# else:
|
||||
# return loop
|
||||
|
||||
|
||||
|
||||
def _regexp_friendly_class_name_shortcut(string): return string.replace(".", "\\.")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue