Removed flake8, black and isort; moving towards ruff default settings instead.
This commit is contained in:
@@ -5,10 +5,8 @@ import sys
|
||||
|
||||
import ujson as json
|
||||
import uvloop
|
||||
|
||||
from aiohttp import web
|
||||
|
||||
|
||||
loop = uvloop.new_event_loop()
|
||||
asyncio.set_event_loop(loop)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user