[ci] auto-format

This commit is contained in:
brostosjoined 2023-10-02 22:28:17 +00:00 committed by github-actions[bot]
parent 6c9064e0a7
commit f3d874d3ec

View file

@ -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(".", "\\.")